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

  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.static/
p1.cpp 17 int& get_int() { return X0<int>::value; } function
  /ndk/sources/cxx-stl/llvm-libc++/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/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
  /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/openssh/
ssh-pkcs11-helper.c 55 #define get_int() buffer_get_int(&iqueue); macro
177 flags = get_int(); /* XXX ignore */
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...]
  /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);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 79 unsigned long (*get_int)(void *a); member in struct:__anon7178
455 #define mp_get_int(a) ltc_mp.get_int(a)
  /external/v8/src/
objects-inl.h 2512 int ByteArray::get_int(int index) { function in class:ByteArray
    [all...]

Completed in 933 milliseconds