HomeSort by relevance Sort by last modified time
    Searched refs:junk (Results 151 - 175 of 249) sorted by null

1 2 3 4 5 67 8 910

  /external/ImageMagick/coders/
xcf.c 722 junk;
746 junk=(MagickOffsetType) ReadBlobMSBLong(image);
748 while (junk != 0);
717 junk; local
    [all...]
  /external/libnfnetlink/src/
libnfnetlink.c 745 * @junk: callback called if out-of-sequence messages were received
746 * @jarg: data for the junk callback
755 int (*junk)(struct sockaddr_nl *, struct nlmsghdr *n, void *),
825 if (junk) {
826 err = junk(&nladdr, h, jarg);
    [all...]
  /external/openssh/
auth-pam.c 818 * Returns a junk password of identical length to that the user supplied.
825 const char junk[] = "\b\n\r\177INCORRECT"; local
836 ret[i] = junk[i % (sizeof(junk) - 1)];
sftp-client.c 1156 Attrib junk; local
1202 attrib_clear(&junk); /* Send empty attributes */
1210 (r = encode_attrib(msg, &junk)) != 0)
    [all...]
  /external/python/cpython2/Mac/Modules/cg/
CFMLateImport.c 1171 OSStatus junk; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 198 logln("Create junk collation: ");
201 Collator *junk = 0; local
202 junk = Collator::createInstance(abcd, success);
206 errln("Junk collation creation failed, should at least return default.");
210 doAssert(((RuleBasedCollator *)junk)->getRules().isEmpty(),
216 delete junk;
223 doAssert((*frCol != *junk), "The junk is the same as the fr_CA collator.");
231 delete junk;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationAPITest.java 524 logln("Create junk collation: ");
527 Collator junk = Collator.getInstance(abcd); local
532 String junkrules = ((RuleBasedCollator)junk).getRules();
543 doAssert(!(frCol.equals(junk)), "The junk is the same as the fr_CA collator.");
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationAPITest.java 523 logln("Create junk collation: ");
526 Collator junk = Collator.getInstance(abcd); local
531 String junkrules = ((RuleBasedCollator)junk).getRules();
542 doAssert(!(frCol.equals(junk)), "The junk is the same as the fr_CA collator.");
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c 40 #define raise_inexact() do { volatile float junk = 1 + tiny; } while(0)
catrigf.c 54 #define raise_inexact() do { volatile float junk = 1 + tiny; } while(0)
  /toolchain/binutils/binutils-2.25/bfd/
coff-ppc.c 1731 unsigned short junk = EXTRACT_JUNK (internal->r_type); local
1798 unsigned short junk = EXTRACT_JUNK (rel->r_type); local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
lm32-asm.c 283 long junk ATTRIBUTE_UNUSED;
624 return _("junk at end of line"); /* FIXME: would like to include `str' */
xstormy16-asm.c 197 long junk ATTRIBUTE_UNUSED;
551 return _("junk at end of line"); /* FIXME: would like to include `str' */
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 122 Stream.junk stream;
  /external/mesa3d/src/glx/
dri_glx.c 348 int junk; local
417 if (!XF86DRIGetDeviceInfo(dpy, scrn, &hFB, &junk,
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 122 Stream.junk stream;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
asm_test.go 40 // Get rid of code for "".init. Also gets rid of type algorithms & other junk.
  /prebuilts/go/darwin-x86/src/cmd/go/
note.go 153 // of other junk placed in the file ahead of the main text.
  /prebuilts/go/darwin-x86/src/encoding/pem/
pem.go 179 // junk that may look like header lines
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
asm_test.go 40 // Get rid of code for "".init. Also gets rid of type algorithms & other junk.
  /prebuilts/go/linux-x86/src/cmd/go/
note.go 153 // of other junk placed in the file ahead of the main text.
  /prebuilts/go/linux-x86/src/encoding/pem/
pem.go 179 // junk that may look like header lines
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-parse.y 348 | HASH_TOKEN IFDEF IDENTIFIER junk NEWLINE {
354 | HASH_TOKEN IFNDEF IDENTIFIER junk NEWLINE {
677 junk: label
    [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 1236 sp<ABuffer> junk = new ABuffer(16); local
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
E100b.h 427 UINT8 junk[3]; member in struct:s_RxFD

Completed in 1471 milliseconds

1 2 3 4 5 67 8 910