HomeSort by relevance Sort by last modified time
    Searched defs:DEREF (Results 1 - 13 of 13) sorted by null

  /external/clang/test/Analysis/
html-diags-multifile.h 1 #define DEREF(p) *p = 0xDEADBEEF
3 DEREF(p);
html-diags.c 16 #define DEREF(p) *p = 0xDEADBEEF
19 DEREF(p);
  /external/protobuf/php/ext/google/protobuf/
storage.c 17 #define DEREF(memory, type) *(type*)(memory)
69 // return DBL2NUM(DEREF(memory, float));
71 // return DBL2NUM(DEREF(memory, double));
73 // return DEREF(memory, int8_t) ? Qtrue : Qfalse;
77 // return DEREF(memory, VALUE);
79 // int32_t val = DEREF(memory, int32_t);
88 return int32_to_zval(DEREF(memory, int32_t));
91 // return LL2NUM(DEREF(memory, int64_t));
93 // return UINT2NUM(DEREF(memory, uint32_t));
95 // return ULL2NUM(DEREF(memory, uint64_t))
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
storage.c 41 #define DEREF(memory, type) *(type*)(memory)
128 DEREF(memory, float) = NUM2DBL(value);
134 DEREF(memory, double) = NUM2DBL(value);
145 DEREF(memory, int8_t) = val;
154 DEREF(memory, VALUE) = value;
165 DEREF(memory, VALUE) = value;
186 DEREF(memory, int32_t) = int_val;
196 DEREF(memory, int32_t) = NUM2INT(value);
199 DEREF(memory, int64_t) = NUM2LL(value);
202 DEREF(memory, uint32_t) = NUM2UINT(value)
    [all...]
encode_decode.c 51 #define DEREF(msg, ofs, type) *(type*)(((uint8_t *)msg) + ofs)
111 return (void*)DEREF(msg, *ofs, VALUE);
161 DEREF(msg, *ofs, VALUE) = str;
173 DEREF(msg, *ofs, VALUE) = str;
211 if (DEREF(msg, submsgdata->ofs, VALUE) == Qnil) {
212 DEREF(msg, submsgdata->ofs, VALUE) =
216 submsg_rb = DEREF(msg, submsgdata->ofs, VALUE);
250 VALUE map_rb = DEREF(msg, mapdata->ofs, VALUE);
320 DEREF(closure, oneofdata->case_ofs, uint32_t) = \
322 DEREF(closure, oneofdata->ofs, ctype) = val;
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r4023-3/
javac-9-dev-r4023-3.jar 
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.0/
kotlin-compiler-embeddable-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.20/
kotlin-compiler-embeddable-1.2.20.jar 

Completed in 104 milliseconds