HomeSort by relevance Sort by last modified time
    Searched refs:glue (Results 1 - 25 of 58) sorted by null

1 2 3

  /bionic/libc/stdio/
glue.h 1 /* $OpenBSD: glue.h,v 1.4 2004/01/11 21:39:51 millert Exp $ */
41 * allocated and linked in via this glue structure.
43 struct glue { struct
44 struct glue *next;
50 __LIBC64_HIDDEN__ extern struct glue __sglue;
findfp.c 41 #include "glue.h"
58 static struct glue uglue = { 0, FOPEN_MAX - 3, usual };
59 static struct glue *lastglue = &uglue;
71 struct glue __sglue = { &uglue, 3, __sF };
73 static struct glue *
76 struct glue *g;
86 g = (struct glue *)data;
110 struct glue *g;
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 10 #define glue(a, b) a ## b macro
11 #define xglue(a, b) glue(a, b)
18 glue(HIGH, LOW);
  /external/valgrind/VEX/test/
test-amd64-muldiv.h 2 void glue(glue(test_, OP), b)(int64 op0, int64 op1)
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1)
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1)
56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1)
test-i386-muldiv.h 2 void glue(glue(test_, OP), b)(int op0, int op1)
20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1)
38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1)
test-i386-shift.h 2 #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) function
154 void *glue(_test_, OP) __init_call = glue(test_, OP)
    [all...]
test-amd64-shift.h 2 #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 function
    [all...]
test-i386.h 4 #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) function
205 void *glue(_test_, OP) __init_call = glue(test_, OP)
    [all...]
test-amd64.h 2 #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 function
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fwalk.c 37 #include "glue.h"
44 struct glue *g;
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
KCode.kt 24 class Appendix(val glue : String, val code : KCode)
100 fun apps(glue : String = "", vararg codes : KCode?) : KCode {
101 codes.forEach { app(glue, it)}
105 fun apps(glue : String = "", codes : Collection<KCode?>) : KCode {
106 codes.forEach { app(glue, it)}
110 fun app(glue : String = "", c : KCode?) : KCode {
114 nodes.add(Appendix(glue, c!!))
123 fun app(glue : String = "", s : String?, init : (KCode.() -> Unit)? = null) : KCode {
128 return app(glue, c)
140 sb.append(it.glue)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
antenv.cmd 79 if substr(path, length(path)) = ';' then glue = ''
80 else glue = ';'
81 if pos(translate(elem), translate(path)) = 0 then path = path || glue || elem || ';'
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
Location.java 204 int glue = str.indexOf('-'); local
205 if (glue == -1) {
208 String start = str.substring(0, glue);
209 String end = str.substring(glue + 1);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
PlaybackControlGlue.java 29 * and skip to next/previous. This helper class is a glue layer in that it manages the
39 * <p>To use an instance of the glue layer, first construct an instance. Constructor parameters
40 * inform the glue what speed levels are supported for fast forward/rewind. Providing a
45 * The row will be updated by the glue layer based on the media metadata and playback state.
64 * handler will be set. Otherwise, you should set the glue object as key event handler to the
208 * Constructor for the glue.
218 * Constructor for the glue.
231 * Constructor for the glue.
244 * Constructor for the glue.
300 PlaybackControlGlue glue = (PlaybackControlGlue) object
    [all...]
  /ndk/build/tools/
cleanup-headers.sh 120 for asm_header_stem in domain dyntick fpstate glue hardware ide mtd-xip pgtable-hwdef proc-fns procinfo suspend topology vga; do
135 remove $NEW_PLATFORM_DIR/include "#include" glue.h
  /development/ndk/platforms/android-3/arch-arm/include/asm/
cacheflush.h 18 #include <asm/glue.h>
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
cacheflush.h 18 #include <asm/glue.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
cacheflush.h 18 #include <asm/glue.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
cacheflush.h 18 #include <asm/glue.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
cacheflush.h 18 #include <asm/glue.h>
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
cacheflush.h 18 #include <asm/glue.h>
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
cacheflush.h 18 #include <asm/glue.h>
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
cacheflush.h 18 #include <asm/glue.h>
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
cacheflush.h 18 #include <asm/glue.h>
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/
cacheflush.h 18 #include <asm/glue.h>

Completed in 943 milliseconds

1 2 3