HomeSort by relevance Sort by last modified time
    Searched refs:get_int (Results 1 - 23 of 23) sorted by null

  /external/clang/test/CodeGenCXX/
reference-cast.cpp 66 int get_int();
73 return (const bool&)get_int();
77 return static_cast<const bool&>(get_int());
80 return get_int();
  /ndk/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);
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.static/
p1.cpp 17 int& get_int() { return X0<int>::value; } function
  /external/openssh/
sftp-server.c 56 #define get_int() buffer_get_int(&iqueue); macro
524 version = get_int();
553 id = get_int();
555 pflags = get_int(); /* portable flags */
590 id = get_int();
607 id = get_int();
610 len = get_int();
649 id = get_int();
694 id = get_int();
731 id = get_int();
    [all...]
ssh-pkcs11-helper.c 55 #define get_int() buffer_get_int(&iqueue); macro
177 flags = get_int(); /* XXX ignore */
  /external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_fontconfig.cpp 38 static int get_int(FcPattern* pattern, const char field[]) { function
134 int weight = get_int(match, FC_WEIGHT);
135 int width = get_int(match, FC_WIDTH);
136 int slant = get_int(match, FC_SLANT);
  /external/skia/src/fonts/
SkFontMgr_fontconfig.cpp 38 static int get_int(FcPattern* pattern, const char field[]) { function
134 int weight = get_int(match, FC_WEIGHT);
135 int width = get_int(match, FC_WIDTH);
136 int slant = get_int(match, FC_SLANT);
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 247 uint32_t get_int(char **p, int DefaultValue) function
569 cmd = get_int(&p, 0);
573 arg1 = get_int(&p, -1);
579 arg1 = get_int(&p, -1);
580 arg2 = get_int(&p, -1);
581 arg3 = get_int(&p, -1);
  /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
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 154 * get_int - Get an integer EAPOL state variable
159 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); member in struct:eapol_callbacks
eap.c 68 return sm->eapol_cb->get_int(sm->eapol_ctx, var);
    [all...]
  /external/pixman/test/
stress-test.c 948 get_int (char *s, uint32_t *i) function
989 get_int (argv[i + 1], &mod);
995 get_int (argv[i + 1], &seed);
1001 get_int (argv[i + 1], &n_tests);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 79 unsigned long (*get_int)(void *a); member in struct:__anon19194
455 #define mp_get_int(a) ltc_mp.get_int(a)
  /external/dropbear/libtomcrypt/src/math/
gmp_desc.c 71 static unsigned long get_int(void *a) function
402 &get_int,
ltm_desc.c 97 static unsigned long get_int(void *a) function
408 &get_int,
tfm_desc.c 94 static unsigned long get_int(void *a) function
696 &get_int,
  /external/v8/src/
objects-inl.h 2512 int ByteArray::get_int(int index) { function in class:ByteArray
    [all...]
objects.h     [all...]
  /external/chromium_org/v8/src/
objects-inl.h 3170 int ByteArray::get_int(int index) { function in class:v8::internal::ByteArray
    [all...]
objects.h     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 2150 milliseconds