Searched refs:have (Results 51 - 75 of 350) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ARM/
H A Dltorg-darwin.s4 @ between darwin and linux. Any tests added here should have a matching
135 @ should not have a constant pool at end of section with empty constant pools
141 @ should have a non-empty constant pool at end of this section
150 @ should not have a constant pool at end of section with empty constant pools
H A Dltorg.s4 @ between darwin and linux. Any tests added here should have a matching
124 @ should not have a constant pool at end of section with empty constant pools
130 @ should have a non-empty constant pool at end of this section
137 @ should not have a constant pool at end of section with empty constant pools
H A Dmacho-relocs-with-addend.s5 @ (scattered) still need to have the type set correctly.
/external/valgrind/gdbserver_tests/
H A Dmcleak.stderr.exp7 expecting to have NO details
10 expecting to have NO details
/external/openssh/openbsd-compat/
H A Dmd5.c71 size_t have, need; local
73 /* Check how many bytes we already have and how many more we need. */
74 have = (size_t)((ctx->count >> 3) & (MD5_BLOCK_LENGTH - 1));
75 need = MD5_BLOCK_LENGTH - have;
81 if (have != 0) {
82 memcpy(ctx->buffer + have, input, need);
86 have = 0;
99 memcpy(ctx->buffer + have, input, len);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd4-internal.c110 size_t have, need; local
112 /* Check how many bytes we already have and how many more we need. */
113 have = (size_t)((ctx->count >> 3) & (MD4_BLOCK_LENGTH - 1));
114 need = MD4_BLOCK_LENGTH - have;
120 if (have != 0) {
121 os_memcpy(ctx->buffer + have, input, need);
125 have = 0;
138 os_memcpy(ctx->buffer + have, input, len);
/external/wpa_supplicant_8/src/crypto/
H A Dmd4-internal.c110 size_t have, need; local
112 /* Check how many bytes we already have and how many more we need. */
113 have = (size_t)((ctx->count >> 3) & (MD4_BLOCK_LENGTH - 1));
114 need = MD4_BLOCK_LENGTH - have;
120 if (have != 0) {
121 os_memcpy(ctx->buffer + have, input, need);
125 have = 0;
138 os_memcpy(ctx->buffer + have, input, len);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd4-internal.c110 size_t have, need; local
112 /* Check how many bytes we already have and how many more we need. */
113 have = (size_t)((ctx->count >> 3) & (MD4_BLOCK_LENGTH - 1));
114 need = MD4_BLOCK_LENGTH - have;
120 if (have != 0) {
121 os_memcpy(ctx->buffer + have, input, need);
125 have = 0;
138 os_memcpy(ctx->buffer + have, input, len);
/external/zlib/src/test/
H A Dinfcover.c264 if (val > 255) { /* have two digits */
288 unsigned have; local
311 in = h2b(hex, &have); assert(in != NULL);
312 if (step == 0 || step > have)
313 step = have;
315 have -= step;
338 have += strm.avail_in;
339 strm.avail_in = step > have ? have : step;
340 have
[all...]
/external/boringssl/
H A DAndroid.mk1 # Note that some host libraries have the same module name as the target
65 # Windows and Macs both have problems with assembly files
80 # Windows and Macs both have problems with assembly files
/external/clang/test/Misc/
H A Dwarning-flags.c6 (1) It documents all existing warnings that currently have no associated -W flag,
12 (2) It prevents us adding new warnings to Clang that have no -W flag. All
13 new warnings should have -W flags.
/external/mesa3d/docs/
H A DWL_bind_wayland_display.spec98 A wl_buffer can have several planes, typically in case of planar
100 compositor will have to create one or more EGLImages for the
107 EGL and the compositor should have another way to get the buffer
/external/antlr/
H A DAndroid.mk21 #Remove DOTTreeGenerator.java, so that we don't have the StringTemplate library as a dependency
/external/google-fonts/carrois-gothic-sc/
H A DAndroid.mk15 # We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
H A Dfonts.mk15 # We have to use PRODUCT_PACKAGES (together with BUILD_PREBUILT) instead of
/external/google-fonts/coming-soon/
H A DAndroid.mk15 # We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
H A Dfonts.mk15 # We have to use PRODUCT_PACKAGES (together with BUILD_PREBUILT) instead of
/external/google-fonts/cutive-mono/
H A DAndroid.mk15 # We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
H A Dfonts.mk15 # We have to use PRODUCT_PACKAGES (together with BUILD_PREBUILT) instead of
/external/google-fonts/dancing-script/
H A DAndroid.mk15 # We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
H A Dfonts.mk15 # We have to use PRODUCT_PACKAGES (together with BUILD_PREBUILT) instead of
/external/hyphenation-patterns/
H A Dpatterns.mk15 # We have to use PRODUCT_PACKAGES (together with BUILD_HYPH) instead of
/external/icu/icu4c/source/data/misc/
H A Dmiscfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re-
/external/icu/icu4c/source/data/sprep/
H A Dsprepfiles.mk10 # Then, you can have your local changes remain even if you upgrade or
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/
H A Dssvnc27 you have specified) to use that encrypted tunnel to connect to the VNC
44 List the saved SSVNC profiles you have created. A profile is a

Completed in 532 milliseconds

1234567891011>>