HomeSort by relevance Sort by last modified time
    Searched defs:pass (Results 176 - 200 of 404) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveDebugVariables.cpp 48 cl::desc("Enable the live debug variables pass"), cl::Hidden);
278 /// LDVImpl - Implementation of the LiveDebugVariables pass.
281 LiveDebugVariables &pass; member in class:__anon35947::LDVImpl
323 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {}
666 LIS = &pass.getAnalysis<LiveIntervals>();
667 MDT = &pass.getAnalysis<MachineDominatorTree>();
    [all...]
  /external/wpa_supplicant_8/src/ap/
dpp_hostapd.c 329 char pass[64] = { }; local
349 pos = os_strstr(cmd, " pass=");
355 if (pass_len > sizeof(pass) - 1 || pass_len < 8 ||
356 hexstr2bin(pos, (u8 *) pass, pass_len) < 0)
379 conf_sta->passphrase = os_strdup(pass);
401 conf_ap->passphrase = os_strdup(pass);
    [all...]
  /external/ImageMagick/coders/
gif.c 405 pass;
429 pass=0;
462 switch (pass)
486 if ((pass == 0) && (offset >= (ssize_t) image->rows))
488 pass++;
491 if ((pass == 1) && (offset >= (ssize_t) image->rows))
493 pass++;
496 if ((pass == 2) && (offset >= (ssize_t) image->rows))
498 pass++;
598 pass;
400 pass; local
592 pass; local
    [all...]
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifDecoder.java 453 int pass = 1; local
460 pass++;
461 switch (pass) {
  /external/icu/icu4c/source/common/
uloc.cpp 1215 int32_t pass = 0; local
    [all...]
  /external/icu/icu4c/source/i18n/
transreg.cpp 1113 int32_t pass; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 199 UBool pass = TRUE; local
217 pass = FALSE;
221 if( ! pass)
675 UBool pass = TRUE;
695 pass = FALSE;
703 if (!pass) errln("Fail: DateFormat serialization/equality bug");
1154 UBool pass = TRUE; local
1336 int32_t pass = 0, error = 0, warning = 0; local
    [all...]
tzregts.cpp 266 UBool pass = TRUE;
290 pass = false;
293 if (!pass) errln("Fail: TimeZone serialization/equality bug");
329 UBool pass = TRUE; local
338 pass = FALSE;
342 if ( ! pass)
358 // the MILLSECOND field; you need to pass in the millis in the day in STANDARD
745 logln(UnicodeString("Pass: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status));
750 logln(UnicodeString("Pass: DST savings of ") + savings + " accepted by " + method);
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 952 int pass; local
960 for (pass = 0; pass < passes; ++pass)
    [all...]
  /external/libpng/
pngwutil.c 168 * length, and does not need to be null terminated. To be safe, pass the
200 /* This is used below to find the size of an image to pass to png_deflate_claim,
222 int pass; local
224 for (cb_base=0, pass=0; pass<=6; ++pass)
226 png_uint_32 pw = PNG_PASS_COLS(w, pass);
229 cb_base += (PNG_ROWBYTES(pd, pw)+1) * PNG_PASS_ROWS(h, pass);
366 * happening just pass 32768 as the data_size parameter. Notice that zlib
495 * input. The result is buffered rather than using the two-pass algorith
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 66 ARG_DEF(NULL, "pass", 1, "Pass to execute (1/2)");
68 ARG_DEF(NULL, "fpf", 1, "First pass statistics file name");
155 int pass; member in struct:__anon25993
177 int pass = 0; local
265 pass = arg_parse_uint(&arg);
266 if (pass < 1 || pass > 2) {
267 die("Error: Invalid pass selected (%d)\n", pass);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3.c 27 int pass; local
78 // first pass are transposed so that the same column code can be reused. The
79 // results of the second pass are also transposed so that the rows (processed
81 for (pass = 0; pass < 2; pass++) {
82 // To store results of each pass before the transpose.
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 1226 legacy::PassManager pass; local
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 53 cl::desc("Enable the live debug variables pass"), cl::Hidden);
279 /// LDVImpl - Implementation of the LiveDebugVariables pass.
282 LiveDebugVariables &pass; member in class:__anon27258::LDVImpl
292 /// Whether the machine function is modified during the pass.
331 : pass(*ps), MF(nullptr), EmitDone(false), ModifiedMF(false) {}
726 LIS = &pass.getAnalysis<LiveIntervals>();
727 MDT = &pass.getAnalysis<MachineDominatorTree>();
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_nv50.cpp 206 class NV50LegalizePostRA : public Pass
327 class NV50LegalizeSSA : public Pass
370 // TODO: move exports (if beneficial) in common opt pass
582 // skipping PHIs (don't pass them to handleAddrDef) !
611 class NV50LoweringPreSSA : public Pass
1462 NV50LegalizePostRA pass; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_sched.cpp 1287 unsigned rs, re, pass = no_temp_gprs ? 1 : 0; local
1289 while (pass < 2) {
1291 if (pass == 0) {
1306 ++pass;
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 1073 struct anv_render_pass *pass = cmd_buffer->state.pass; local
1121 struct anv_render_pass *pass = cmd_buffer->state.pass; local
1422 struct anv_render_pass *pass = cmd_buffer->state.pass; local
    [all...]
  /external/minijail/
common.mk 177 pass-to-subcall := 1
180 ifeq ($(pass-to-subcall),)
    [all...]
  /external/modp_b64/
common.mk 176 pass-to-subcall := 1
179 ifeq ($(pass-to-subcall),)
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
t1.c 77 Decode significant pass
97 Encode significant pass
106 Decode significant pass
114 Encode refinement pass
122 Decode refinement pass
130 Decode refinement pass
148 Decode clean-up pass
160 Encode clean-up pass
330 Encode significant pass
716 Encode refinement pass ste
2304 opj_tcd_pass_t *pass = &cblk->passes[passno]; local
2383 opj_tcd_pass_t *pass = &cblk->passes[--passno]; local
2393 opj_tcd_pass_t *pass = &cblk->passes[passno]; local
    [all...]
  /external/pdfium/third_party/libpng16/
pngwutil.c 168 * length, and does not need to be null terminated. To be safe, pass the
200 /* This is used below to find the size of an image to pass to png_deflate_claim,
222 int pass; local
224 for (cb_base=0, pass=0; pass<=6; ++pass)
226 png_uint_32 pw = PNG_PASS_COLS(w, pass);
229 cb_base += (PNG_ROWBYTES(pd, pw)+1) * PNG_PASS_ROWS(h, pass);
366 * happening just pass 32768 as the data_size parameter. Notice that zlib
495 * input. The result is buffered rather than using the two-pass algorith
    [all...]
  /external/selinux/libsepol/cil/src/
cil_verify.c 1383 int *pass = 0; local
    [all...]
  /external/swiftshader/src/Shader/
PixelProgram.cpp 563 Int pass = cMask[0]; local
567 pass = pass | cMask[q];
570 return pass != 0x0;
    [all...]
  /external/syslinux/com32/lib/libpng/
pngtest.c 125 read_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass);
130 read_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass)
134 if (status_pass != pass)
136 fprintf(stdout, "\n Pass %d: ", pass);
137 status_pass = pass;
153 write_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass);
158 write_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass)
160 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7)
705 int num_pass, pass; local
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c 987 dlog(1, "not connected => pass\n")
1391 Int pass; local
    [all...]

Completed in 982 milliseconds

1 2 3 4 5 6 78 91011>>