HomeSort by relevance Sort by last modified time
    Searched defs:get_int (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/test/CodeGen/
le32-vaarg.c 4 int get_int(va_list *args) { function
7 // CHECK: define i32 @get_int
sparc-vaarg.c 4 // CHECK-LABEL: define i32 @get_int
9 int get_int(va_list *args) { function
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.static/
p1.cpp 22 int& get_int() { return X0<int>::value; } function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
patcomp.py 126 min = max = self.get_int(children[1])
128 max = self.get_int(children[3])
174 def get_int(self, node): member in class:PatternCompiler
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared.pass.cpp 38 int get_int() const {return int_;} function in struct:A
55 assert(p->get_int() == 67);
65 assert(p->get_int() == 67);
74 assert(p->get_int() == 68);
make_shared.pass.cpp 32 int get_int() const {return int_;} function in struct:A
58 assert(p->get_int() == 67);
76 assert(p->get_int() == 67);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
patcomp.py 126 min = max = self.get_int(children[1])
128 max = self.get_int(children[3])
174 def get_int(self, node): member in class:PatternCompiler
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
patcomp.py 126 min = max = self.get_int(children[1])
128 max = self.get_int(children[3])
174 def get_int(self, node): member in class:PatternCompiler
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared.pass.cpp 35 int get_int() const {return int_;} function in struct:A
52 assert(p->get_int() == 67);
make_shared.pass.cpp 44 int get_int() const {return int_;} function in struct:A
62 assert(p->get_int() == 67);
72 assert(p->get_int() == 67);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared.pass.cpp 38 int get_int() const {return int_;} function in struct:A
55 assert(p->get_int() == 67);
65 assert(p->get_int() == 67);
74 assert(p->get_int() == 68);
make_shared.pass.cpp 31 int get_int() const {return int_;} function in struct:A
57 assert(p->get_int() == 67);
75 assert(p->get_int() == 67);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 126 min = max = self.get_int(children[1])
128 max = self.get_int(children[3])
174 def get_int(self, node): member in class:PatternCompiler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 126 min = max = self.get_int(children[1])
128 max = self.get_int(children[3])
174 def get_int(self, node): member in class:PatternCompiler
  /toolchain/binutils/binutils-2.25/opcodes/
pj-dis.c 30 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) function
83 if ((status = get_int (addr, &val, info)))
90 if ((status = get_int (addr, &lowval, info)))
94 if ((status = get_int (addr, &highval, info)))
100 if ((status = get_int (addr, &val, info)))
120 if ((status = get_int (addr, &val, info)))
127 if ((status = get_int (addr, &count, info)))
133 if ((status = get_int (addr, &val, info)))
138 if ((status = get_int (addr, &val, info)))
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 161 * get_int - Get an integer EAPOL state variable
166 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); member in struct:eapol_callbacks
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
tokenizer.py 437 def get_int(self): member in class:Tokenizer
459 value = self.get_int()
472 value = self.get_int()
  /external/openssh/
ssh-pkcs11-helper.c 55 #define get_int() buffer_get_int(&iqueue); macro
178 (void)get_int(); /* XXX ignore flags */
  /external/skia/src/codec/
SkCodecPriv.h 219 static inline uint32_t get_int(uint8_t* buffer, uint32_t i) { function
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 355 static int get_int(FcPattern* pattern, const char object[], int missing) { function in namespace:__anon29789
420 int weight = map_ranges(get_int(pattern, FC_WEIGHT, FC_WEIGHT_REGULAR),
434 int width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL),
438 switch (get_int(pattern, FC_SLANT, FC_SLANT_ROMAN)) {
667 int face_index = get_int(match, FC_INDEX, 0);
SkFontMgr_fontconfig.cpp 138 static int get_int(FcPattern* pattern, const char object[], int missing) { function
333 int weight = map_ranges(get_int(pattern, FC_WEIGHT, FC_WEIGHT_REGULAR),
347 int width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL),
351 switch (get_int(pattern, FC_SLANT, FC_SLANT_ROMAN)) {
463 *ttcIndex = get_int(fPattern, FC_INDEX, 0);
516 FC_PROPORTIONAL != get_int(pattern, FC_SPACING, FC_PROPORTIONAL))
    [all...]
  /external/toybox/toys/pending/
expr.c 79 int get_int(struct value *v, long long *ret) function
102 return get_int(v, &v->i) && !v->i;
169 if (get_int(ret, &a) && get_int(rhs, &b)) { // both are ints
188 if (!get_int(ret, &a) || !get_int(rhs, &b))
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 47 let rec get_int x = var
61 | C_obj o -> (try (get_int (o "int" C_void))
62 with _ -> (get_int (o "&" C_void)))
82 (char_of_int (get_int x))
93 (try if get_int x != 0 then true else false
swig.mli 34 val get_int : 'a c_obj_t -> int var
  /external/ltp/tools/top-LTP/
top.c 660 static int get_int(const char *prompt) function
    [all...]

Completed in 2464 milliseconds

1 2