Searched defs:junk (Results 1 - 25 of 28) sorted by relevance

12

/external/iproute2/include/
H A Dlibnetlink.h35 rtnl_filter_t junk; member in struct:rtnl_dump_filter_arg
43 rtnl_filter_t junk,
48 rtnl_filter_t junk,
/external/quake/quake/src/QW/client/
H A Dgl_test.c47 plane_t junk; variable
60 junk = trace.plane;
61 return &junk;
/external/quake/quake/src/WinQuake/
H A Dgl_test.cpp47 plane_t junk; variable
60 junk = trace.plane;
61 return &junk;
/external/zlib/examples/
H A Dgzjoin.c286 unsigned char *junk; /* buffer for uncompressed data -- discarded */ local
298 junk = malloc(CHUNK);
305 if (junk == NULL || ret != Z_OK)
327 strm.next_out = junk;
415 free(junk);
/external/chromium/third_party/icu/source/test/intltest/
H A Duobjtest.cpp383 char junk[800]; local
384 sprintf(junk, " %4d:\t%p\t%s\t%s\n",
386 logln(UnicodeString(junk));
H A Dapicoll.cpp211 logln("Create junk collation: ");
214 Collator *junk = 0; local
215 junk = Collator::createInstance(abcd, success);
229 delete junk;
233 doAssert(((RuleBasedCollator *)col)->getRules() == ((RuleBasedCollator *)junk)->getRules(),
240 delete junk;
247 doAssert((*frCol != *junk), "The junk is the same as the French collator.");
256 delete junk;
/external/icu4c/test/intltest/
H A Duobjtest.cpp386 char junk[800]; local
387 sprintf(junk, " %4d:\t%p\t%s\t%s\n",
389 logln(UnicodeString(junk));
H A Dapicoll.cpp225 logln("Create junk collation: ");
228 Collator *junk = 0; local
229 junk = Collator::createInstance(abcd, success);
243 delete junk;
247 doAssert(((RuleBasedCollator *)col)->getRules() == ((RuleBasedCollator *)junk)->getRules(),
254 delete junk;
261 doAssert((*frCol != *junk), "The junk is the same as the French collator.");
270 delete junk;
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.cc190 char junk[4096]; local
193 int bytes = Read(junk, min(count - skipped,
194 implicit_cast<int>(sizeof(junk))));
/external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
H A DSDL_dx5audio.c251 DWORD cursor, junk; local
257 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf, &junk, &cursor);
294 &junk, &cursor);
341 DWORD cursor, junk; local
347 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf, &junk, &cursor);
351 &junk, &cursor);
376 (LPVOID *)&locked_buf, &rawlen, NULL, &junk, 0);
380 (LPVOID *)&locked_buf, &rawlen, NULL, &junk, 0);
/external/clearsilver/python/
H A Dneo_util.c663 int junk; local
668 if (!PyArg_ParseTuple(args, "(i,i,i,i,i,i,i,i,i)s:time_compact(time tuple, timezone string)", &ttm.tm_year, &ttm.tm_mon, &ttm.tm_mday, &ttm.tm_hour, &ttm.tm_min, &ttm.tm_sec, &ttm.tm_wday, &junk, &ttm.tm_isdst, &tz))
/external/iproute2/lib/
H A Dlibnetlink.c218 if (a->junk) {
219 err = a->junk(&nladdr, h,
262 rtnl_filter_t junk,
266 { .filter = filter, .arg1 = arg1, .junk = junk, .arg2 = arg2 },
267 { .filter = NULL, .arg1 = NULL, .junk = NULL, .arg2 = NULL }
275 rtnl_filter_t junk,
351 if (junk) {
352 err = junk(&nladdr, h, jarg);
259 rtnl_dump_filter(struct rtnl_handle *rth, rtnl_filter_t filter, void *arg1, rtnl_filter_t junk, void *arg2) argument
273 rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, unsigned groups, struct nlmsghdr *answer, rtnl_filter_t junk, void *jarg) argument
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcrestst.c422 const UChar *junk; /* ignored */ local
437 junk = ures_getStringByKey(fr_FR, "LocaleID", &resultLen, &status);
439 junk = ures_getStringByKey(fr_FR, "LocaleString", &resultLen, &status);
441 junk = ures_getStringByKey(fr_FR, "LocaleID", &resultLen, &status);
455 junk = ures_getStringByKey(fr_FR, "Countries", &resultLen, &status);
H A Dncnvfbts.c227 char junk[9999]; local
230 junk[0] = 0;
234 sprintf(junk + uprv_strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p);
238 log_verbose(junk);
305 char junk[9999]; local
391 junk[0] = 0;
396 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p);
400 log_verbose(junk);
[all...]
H A Dncnvtst.c1278 char junk[999]; local
1282 junk[0] = 0;
1286 sprintf(junk + strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*ptr);
1290 log_verbose(junk);
1453 char junk[999]; local
1458 junk[0] = 0;
1463 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*ptr);
1467 log_verbose(junk);
[all...]
H A Dcreststn.c2012 const UChar *junk; /* ignored */ local
2027 junk = tres_getString(fr_FR, -1, "LocaleID", &resultLen, &status);
2029 junk = tres_getString(fr_FR, -1, "LocaleString", &resultLen, &status);
2031 junk = tres_getString(fr_FR, -1, "LocaleID", &resultLen, &status);
2046 junk = tres_getString(fr_FR, -1, "Countries", &resultLen, &status);
H A Dnccbtst.c2635 char junk[9999]; local
2749 junk[0] = 0;
2753 sprintf(junk + strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p);
2757 log_verbose(junk);
2831 char junk[9999]; local
2947 junk[0] = 0;
2952 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p);
2956 log_verbose(junk);
3032 char junk[9999]; local
3207 char junk[9999]; local
[all...]
/external/icu4c/test/cintltst/
H A Dcrestst.c425 const UChar *junk; /* ignored */ local
440 junk = ures_getStringByKey(fr_FR, "LocaleID", &resultLen, &status);
442 junk = ures_getStringByKey(fr_FR, "LocaleString", &resultLen, &status);
444 junk = ures_getStringByKey(fr_FR, "LocaleID", &resultLen, &status);
458 junk = ures_getStringByKey(fr_FR, "ExemplarCharacters", &resultLen, &status);
H A Dncnvfbts.c229 char junk[9999]; local
232 junk[0] = 0;
236 sprintf(junk + uprv_strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p);
240 log_verbose(junk);
307 char junk[9999]; local
393 junk[0] = 0;
398 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p);
402 log_verbose(junk);
[all...]
H A Dncnvtst.c1295 char junk[999]; local
1299 junk[0] = 0;
1303 sprintf(junk + strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*ptr);
1307 log_verbose(junk);
1470 char junk[999]; local
1475 junk[0] = 0;
1480 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*ptr);
1484 log_verbose(junk);
[all...]
H A Dcreststn.c2021 const UChar *junk; /* ignored */ local
2036 junk = tres_getString(fr_FR, -1, "LocaleID", &resultLen, &status);
2038 junk = tres_getString(fr_FR, -1, "LocaleString", &resultLen, &status);
2040 junk = tres_getString(fr_FR, -1, "LocaleID", &resultLen, &status);
2055 junk = tres_getString(fr_FR, -1, "ExemplarCharacters", &resultLen, &status);
H A Dnccbtst.c2664 char junk[9999]; local
2778 junk[0] = 0;
2782 sprintf(junk + strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p);
2786 log_verbose(junk);
2860 char junk[9999]; local
2976 junk[0] = 0;
2981 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p);
2985 log_verbose(junk);
3061 char junk[9999]; local
3236 char junk[9999]; local
[all...]
/external/libvpx/
H A Dvpxenc.c274 char junk[IVF_FRAME_HDR_SZ]; local
280 if(fread(junk, 1, IVF_FRAME_HDR_SZ, f));
/external/qemu/
H A Dcpu-all.h939 unsigned long junk; local
946 : "=r" (retval), "=r" (junk));
/external/openssl/apps/
H A Dapps.c2771 FILETIME junk; local
2772 GetProcessTimes(proc,&junk,&junk,&junk,&now);

Completed in 212 milliseconds

12