HomeSort by relevance Sort by last modified time
    Searched refs:used (Results 76 - 100 of 915) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/dropbear/libtommath/
bn_mp_init_size.c 33 a->used = 0;
bn_mp_div_2d.c 70 tmpc = c->dp + (c->used - 1);
74 for (x = c->used - 1; x >= 0; x--) {
bn_mp_dr_reduce.c 40 m = n->used;
74 for (i = m + 1; i < x->used; i++) {
bn_s_mp_sqr.c 26 pa = a->used;
31 /* default used is maximum possible size */
32 t.used = 2*pa + 1;
  /external/dropbear/libtomcrypt/src/pk/asn1/der/set/
der_encode_set.c 53 return A->used - B->used;
80 /* fill in used member with index so we can fully sort it */
83 copy[x].used = x;
  /external/qemu/distrib/zlib-1.2.3/
inftrees.c 24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
99 The length counts are used for other purposes as well, i.e. finding
151 filled is at next and has curr index bits. The code being used is huff
165 counts are used for this, and so count[] is decremented as codes are
168 used keeps track of how many table entries have been allocated from the
184 base = extra = work; /* dummy value--not used */
208 used = 1U << root; /* use root table entries */
209 mask = used - 1; /* mask for comparing low *
    [all...]
  /external/zlib/contrib/infback9/
inftree9.c 24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
101 The length counts are used for other purposes as well, i.e. finding
145 filled is at next and has curr index bits. The code being used is huff
159 counts are used for this, and so count[] is decremented as codes are
162 used keeps track of how many table entries have been allocated from the
178 base = extra = work; /* dummy value--not used */
202 used = 1U << root; /* use root table entries */
203 mask = used - 1; /* mask for comparing low *
    [all...]
  /external/zlib/
inftrees.c 24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
99 The length counts are used for other purposes as well, i.e. finding
151 filled is at next and has curr index bits. The code being used is huff
165 counts are used for this, and so count[] is decremented as codes are
168 used keeps track of how many table entries have been allocated from the
184 base = extra = work; /* dummy value--not used */
208 used = 1U << root; /* use root table entries */
209 mask = used - 1; /* mask for comparing low *
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86_main.asm 9 ; Most routines are (c) Glenn Fiedler (ptc@gaffer.org), used with permission
39 ; Save the registers used by the blitters, necessary for optimized code
63 ; Restore the registers used by the blitters, necessary for optimized code
  /external/dropbear/
circbuffer.h 32 unsigned int used; member in struct:circbuf
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpabuf.h 25 size_t used; /* length of data in the buffer */ member in struct:wpabuf
57 * Returns: Currently used length of the buffer
61 return buf->used;
71 return buf->size - buf->used;
148 buf->size = buf->used = len;
  /external/dbus/test/data/valid-config-files/
debug-allow-all-sha1.conf 1 <!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 -->
  /external/opencore/baselibs/pv_mime_utils/build/make/
local.mk 4 # Clear out the variables used in the local makefiles
  /external/opencore/baselibs/thread_messaging/build/make/
local.mk 4 # Clear out the variables used in the local makefiles
  /external/opencore/baselibs/threadsafe_callback_ao/build/make/
local.mk 4 # Clear out the variables used in the local makefiles
  /external/opencore/codecs_v2/audio/sbc/enc/build/make/
local.mk 4 # Clear out the variables used in the local makefiles
  /external/opencore/codecs_v2/omx/omx_baseclass/build/make/
local.mk 4 # Clear out the variables used in the local makefiles
  /external/opencore/codecs_v2/omx/omx_common/build/make_multithreaded/
local.mk 4 # Clear out the variables used in the local makefiles
  /external/opencore/codecs_v2/omx/omx_h264/build/make_multithreaded/
local.mk 4 # Clear out the variables used in the local makefiles
  /external/opencore/codecs_v2/omx/omx_m4v/build/make_multithreaded/
local.mk 4 # Clear out the variables used in the local makefiles
  /external/opencore/codecs_v2/omx/omx_m4venc/build/make_multithreaded/
local.mk 4 # Clear out the variables used in the local makefiles
  /external/opencore/codecs_v2/omx/omx_mastercore/build/make_multithreaded/
local.mk 4 # Clear out the variables used in the local makefiles
  /external/opencore/codecs_v2/omx/omx_queue/build/make/
local.mk 4 # Clear out the variables used in the local makefiles
  /external/opencore/codecs_v2/omx/omx_sharedlibrary/interface/build/make/
local.mk 4 # Clear out the variables used in the local makefiles
  /external/opencore/codecs_v2/utilities/m4v_config_parser/build/make/
local.mk 4 # Clear out the variables used in the local makefiles

Completed in 828 milliseconds

1 2 34 5 6 7 8 91011>>