Home
last modified time | relevance | path

Searched refs:glue (Results 1 – 25 of 42) sorted by relevance

12

/external/valgrind/VEX/test/
Dtest-amd64-muldiv.h2 void glue(glue(test_, OP), b)(int64 op0, int64 op1) in glue() function
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1) in glue() function
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1) in glue() function
56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1) in glue() function
Dtest-amd64-shift.h2 #define exec_op glue(exec_, OP)
3 #define exec_opq glue(glue(exec_, OP), q)
4 #define exec_opl glue(glue(exec_, OP), l)
5 #define exec_opw glue(glue(exec_, OP), w)
6 #define exec_opb glue(glue(exec_, OP), b)
162 void glue(test_, OP)(void) in glue() function
171 void *glue(_test_, OP) __init_call = glue(test_, OP);
Dtest-amd64.h2 #define exec_op glue(exec_, OP)
3 #define exec_opq glue(glue(exec_, OP), q)
4 #define exec_opl glue(glue(exec_, OP), l)
5 #define exec_opw glue(glue(exec_, OP), w)
6 #define exec_opb glue(glue(exec_, OP), b)
139 void glue(test_, OP)(void) in glue() function
224 void *glue(_test_, OP) __init_call = glue(test_, OP);
Dtest-i386-shift.h2 #define exec_op glue(exec_, OP)
3 #define exec_opl glue(glue(exec_, OP), l)
4 #define exec_opw glue(glue(exec_, OP), w)
5 #define exec_opb glue(glue(exec_, OP), b)
145 void glue(test_, OP)(void) in glue() function
154 void *glue(_test_, OP) __init_call = glue(test_, OP);
Dtest-i386-muldiv.h2 void glue(glue(test_, OP), b)(int op0, int op1) in glue() function
20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1) in glue() function
38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1) in glue() function
Dtest-i386.h4 #define exec_op glue(exec_, OP)
5 #define exec_opl glue(glue(exec_, OP), l)
6 #define exec_opw glue(glue(exec_, OP), w)
7 #define exec_opb glue(glue(exec_, OP), b)
145 void glue(test_, OP)(void) in glue() function
205 void *glue(_test_, OP) __init_call = glue(test_, OP);
/external/libmtp/
DChangeLog35 * src/libusb-glue.h: inclusion guard, export functions to
37 * src/libusb-glue.c: define USB_CLASS_PTP unless defined,
43 * src/libusb-glue.c: patch from Simon Berg to detect PTP
176 * src/libusb-glue.c: include config.h (Marcus Meissner found
253 * src/libusb-glue.c: update to check the handler function return
267 * src/libusb-glue.c: Make get_playlist_extension return type
269 * src/libusb-glue.h: ditto
270 * src/libusb-glue.c: In probe_device_descriptor, check to see if
283 * src/libusb-glue.h: flag macro.
298 * src/libusb-glue.c: patch from Marcus to fix an issue
[all …]
DTODO13 MTP is available. (For some more explanations se src/libusb-glue.h.)
DREADME227 libusb-glue.c. Notice ptp_usb_sendreq() and ptp_usb_getresp()
261 operation using libmtp you can go into the src/libusb-glue.c
494 likely to need a special device flag in the src/libusb-glue.c
/external/clang/test/Preprocessor/
Dc99-6_10_3_4_p6.c10 #define glue(a, b) a ## b macro
11 #define xglue(a, b) glue(a, b)
18 glue(HIGH, LOW);
/external/libmtp/libmtp.xcodeproj/
Dproject.pbxproj17 …5D41277B07D009FA3E1 /* libusb-glue.c in Sources */ = {isa = PBXBuildFile; fileRef = B00305C41277B0…
18 …5D51277B07D009FA3E1 /* libusb-glue.h in Headers */ = {isa = PBXBuildFile; fileRef = B00305C51277B0…
71 …libusb-glue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; …
72 …libusb-glue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; …
126 B00305C41277B07D009FA3E1 /* libusb-glue.c */,
127 B00305C51277B07D009FA3E1 /* libusb-glue.h */,
177 B00305D51277B07D009FA3E1 /* libusb-glue.h in Headers */,
265 B00305D41277B07D009FA3E1 /* libusb-glue.c in Sources */,
/external/harfbuzz_ng/
DTODO30 - Add pkg-config files for glue codes (harfbuzz-glib, etc)
44 - Add hb-cairo glue
58 - Add hb-fribidi glue?
/external/libmtp/src/
DMakefile.am3 libusb-glue.c libusb-glue.h \
DMakefile.in79 libusb-glue.lo ptp.lo
224 libusb-glue.c libusb-glue.h \
342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libusb-glue.Plo@am__quote@
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
Dantenv.cmd79 if substr(path, length(path)) = ';' then glue = ''
80 else glue = ';'
81 if pos(translate(elem), translate(path)) = 0 then path = path || glue || elem || ';'
/external/llvm/test/CodeGen/AArch64/
Darm64-tls-dynamic-together.ll4 ; glue) then LLVM will separate them quite happily (with a spill at O0, hence
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Dindex.txt43 Paste: glue that won't hurt you if you eat it.
/external/mesa3d/src/mesa/swrast_setup/
DNOTES3 A helper module which provides glue to bind the software rasterizer to
/external/chromium-trace/trace-viewer/third_party/six/
Dtest_six.py719 w.glue = {"foo" : "bar"}
721 k.glue = {"melon" : "egg"}
726 assert k.glue == {"melon" : "egg", "foo" : "bar"}
/external/llvm/include/llvm/CodeGen/
DValueTypes.td81 def FlagVT : ValueType<0 , 55>; // Pre-RA sched glue
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Deapol_test.sgml46 minimal glue code to combine these two components in similar
/external/lldb/utils/vim-lldb/plugin/
Dlldb.vim2 " Vim script glue code for LLDB integration
/external/e2fsprogs/lib/et/
Dtexinfo.tex675 % \topskip (p.114 of the TeXbook), the glue inserted is
677 % therefore, no glue is inserted, and the space between the headline and
681 % cause the glue on the previous page to be unduly stretched, because it
708 % \baselineskip glue before it, and (when the next line of text is done)
709 % \lineskip glue after it. Thus, space below is not quite equal to space
2429 % Make this a paragraph so we get the \parskip glue and wrapping,
2439 % \parskip glue -- logically it's part of the @item we just started.
2442 % Stop a page break at the \parskip glue coming up. However, if
2444 % \parskip glue; then the negative vskip we just inserted would
2447 % \parskip glue after all. Section titles are handled this way also.
[all …]
/external/e2fsprogs/doc/
Dtexinfo.tex675 % \topskip (p.114 of the TeXbook), the glue inserted is
677 % therefore, no glue is inserted, and the space between the headline and
681 % cause the glue on the previous page to be unduly stretched, because it
708 % \baselineskip glue before it, and (when the next line of text is done)
709 % \lineskip glue after it. Thus, space below is not quite equal to space
2429 % Make this a paragraph so we get the \parskip glue and wrapping,
2439 % \parskip glue -- logically it's part of the @item we just started.
2442 % Stop a page break at the \parskip glue coming up. However, if
2444 % \parskip glue; then the negative vskip we just inserted would
2447 % \parskip glue after all. Section titles are handled this way also.
[all …]
/external/bison/build-aux/
Dtexinfo.tex634 % \topskip (p.114 of the TeXbook), the glue inserted is
636 % therefore, no glue is inserted, and the space between the headline and
640 % cause the glue on the previous page to be unduly stretched, because it
667 % \baselineskip glue before it, and (when the next line of text is done)
668 % \lineskip glue after it. Thus, space below is not quite equal to space
3527 % Make this a paragraph so we get the \parskip glue and wrapping,
3537 % \parskip glue -- logically it's part of the @item we just started.
3540 % Stop a page break at the \parskip glue coming up. However, if
3542 % \parskip glue; then the negative vskip we just inserted would
3545 % \parskip glue after all. Section titles are handled this way also.
[all …]

12