Searched defs:pass (Results 101 - 103 of 103) sorted by relevance

12345

/external/qemu/target-arm/
H A Dtranslate.c1110 static TCGv neon_load_reg(int reg, int pass) argument
1113 tcg_gen_ld_i32(tmp, cpu_env, neon_reg_offset(reg, pass));
1117 static void neon_store_reg(int reg, int pass, TCGv var) argument
1119 tcg_gen_st_i32(var, cpu_env, neon_reg_offset(reg, pass));
2753 int pass; local
2762 pass = (insn >> 21) & 1;
2775 tmp = neon_load_reg(rn, pass);
2814 for (n = 0; n <= pass * 2; n++) {
2824 tmp2 = neon_load_reg(rn, pass);
2829 tmp2 = neon_load_reg(rn, pass);
3837 int pass; local
4423 int pass; local
[all...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpng.h1164 png_uint_32 num_rows; /* number of rows in current pass */
1169 png_uint_32 row_number; /* current row in interlace pass */
1187 png_byte pass; /* current interlace pass (0 - 6) */ member in struct:png_struct_def
3170 png_bytep row, int pass, png_uint_32 transformations));
3178 /* grab pixels out of a row for an interlaced pass */
3180 png_bytep row, int pass));
/external/v8/src/
H A Djsregexp.cc1400 // We do not need to do anything since the ASCII pass already handled this.
1404 // We handle the length > 1 case in a later pass.
2414 // We call this repeatedly to generate code for each pass over the text node.
2418 // we will check the '%' in the first pass, the case independent 'a' in the
2419 // second pass and the character class in the last pass.
2430 // 'preloaded' argument indicates that we are doing such a 'pass'. If such a
2431 // pass has been performed then subsequent passes will have true in
2444 TextEmitPassType pass,
2464 switch (pass) {
2443 TextEmitPass(RegExpCompiler* compiler, TextEmitPassType pass, bool preloaded, Trace* trace, bool first_element_checked, int* checked_up_to) argument
2527 TextEmitPassType pass = static_cast<TextEmitPassType>(int_pass); local
[all...]

Completed in 113 milliseconds

12345