HomeSort by relevance Sort by last modified time
    Searched defs:bc (Results 51 - 75 of 296) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute_internal.h 72 struct r600_bytecode bc; member in struct:r600_pipe_compute
  /external/qemu/slirp/
bootp.c 55 BOOTPClient *bc; local
59 bc = &bootp_clients[i];
60 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6))
65 bc = &bootp_clients[i];
66 bc->allocated = 1;
68 return bc;
76 BOOTPClient *bc; local
80 bc = &bootp_clients[(req_addr & 0xff) - START_ADDR];
81 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6))
91 BOOTPClient *bc; local
155 BOOTPClient *bc = NULL; local
    [all...]
  /external/qemu/slirp-android/
bootp.c 56 BOOTPClient *bc; local
60 bc = &bootp_clients[i];
61 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6))
66 bc = &bootp_clients[i];
67 bc->allocated = 1;
71 return bc;
79 BOOTPClient *bc; local
83 bc = &bootp_clients[(req_addr & 0xff) - START_ADDR];
84 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6))
94 BOOTPClient *bc; local
160 BOOTPClient *bc = NULL; local
    [all...]
  /external/skia/experimental/Intersection/
QuadraticReduceOrder.cpp 15 double bc = interp(b, c, t); local
16 return interp(ab, bc, t);
CubeRoot.cpp 269 int bc = bits_of_precision(a, b); local
270 bits += bc;
274 if (bc < minbits)
276 minbits = bc;
317 int bc = bits_of_precision(a, b); // min(53, count_matching_bitsd(a, b) - 12); local
318 bits += bc;
322 if (bc < minbits)
325 minbits = bc;
CubicReduceOrder.cpp 15 double bc = interp(src[2], src[4], t); local
17 double abc = interp(ab, bc, t);
18 double bcd = interp(bc, cd, t);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
chvr_filter.cpp 36 int br, bc, incr, mbr, mbc; local
91 for (bc = mbc; bc < mbc + 2; bc++) /* bc is the column counter in blocks */
95 if (br < pp_h && bc < pp_w)
99 * bc * 8 is the pixel column offset */
100 ptr = rec + (brwidth << 6) + (bc << 3);
103 index = brwidth + bc;
239 }/*bc*/
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
detokenize.c 172 BOOL_DECODER *bc = x->current_bc; local
197 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr + 24 * 16);
217 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), skip_dc, qcoeff_ptr);
235 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr);
  /ndk/tests/abcc/jni/
Abcc.cpp 58 BitcodeInfo::BitcodeInfo(const std::string &bc)
59 : mShared(false), mBCPath(bc) {
61 mTargetBCPath = stem + "-target.bc";
172 const BitcodeInfo &bc = *i; local
173 LOGV("Translate bitcode: %s -> %s", bc.mBCPath.c_str(), bc.mTargetBCPath.c_str());
176 cmd += " " + bc.mBCPath + " -o " + bc.mTargetBCPath;
183 removeIntermediateFile(bc.mBCPath);
190 const BitcodeInfo &bc = *i local
226 const BitcodeInfo &bc = i->second; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
MoveHandler.java 79 Rect bc = child.getBounds(); local
80 if (bc.isValid()) {
87 if (bc.equals(element.getBounds())) {
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 632 int bc[PC_NUM_HEIGHT_LAYER] = {0}; local
794 chIndex[chIdx] = bc[heightLayer];
798 chIndex[chIdx+1] = bc[heightLayer]+1;
806 bc[heightLayer] += 2;
809 bc[heightLayer] += 1;
    [all...]
  /external/bzip2/
compress.c 241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
399 bc = 999999999; bt = -1;
401 if (cost[t] < bc) { bc = cost[t]; bt = t; };
402 totc += bc;
  /external/chromium_org/third_party/libwebp/dsp/
lossless_neon.c 213 const uint8x8_t bc = vabd_u8(p1, p2); // |b-c| local
215 const int16x4_t sum_bc = vreinterpret_s16_u16(vpaddl_u8(bc));
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_tritmp.h 237 GLfloat bc = b * ic; local
239 if ( bc < 0.0f ) bc = -bc;
240 offset += MAX2( ac, bc ) * ctx->Polygon.OffsetFactor / ctx->DrawBuffer->_MRD;
470 GLfloat bc = b * ic; local
472 if ( bc < 0.0f ) bc = -bc;
473 offset += MAX2( ac, bc ) * ctx->Polygon.OffsetFactor / ctx->DrawBuffer->_MRD
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubeRoot.cpp 269 int bc = bits_of_precision(a, b); local
270 bits += bc;
274 if (bc < minbits)
276 minbits = bc;
317 int bc = bits_of_precision(a, b); // min(53, count_matching_bitsd(a, b) - 12); local
318 bits += bc;
322 if (bc < minbits)
325 minbits = bc;
CubicReduceOrder.cpp 15 double bc = interp(src[2], src[4], t); local
17 double abc = interp(ab, bc, t);
18 double bcd = interp(bc, cd, t);
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsQuad.cpp 209 double bc = SkDInterp(src[2], src[4], t); local
210 double abc = SkDInterp(ab, bc, t);
284 double bc = SkDInterp(src[2], src[4], t); local
287 dst[4] = SkDInterp(ab, bc, t);
288 dst[6] = bc;
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bc-data.c 68 static void bc_data_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc);
69 static int bc_data_item_size(yasm_bytecode *bc);
70 static int bc_data_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span,
72 static int bc_data_tobytes(yasm_bytecode *bc, unsigned char **bufp,
107 bc_data_finalize(yasm_bytecode *bc, yasm_bytecode *prev_bc)
109 bytecode_data *bc_data = (bytecode_data *)bc->contents;
156 bc_data_item_size(yasm_bytecode *bc)
158 bytecode_data *bc_data = (bytecode_data *)bc->contents;
163 bc_data_calc_len(yasm_bytecode *bc, yasm_bc_add_span_func add_span,
166 bytecode_data *bc_data = (bytecode_data *)bc->contents
267 yasm_bytecode *bc = yasm_bc_create_common(&bc_data_callback, data, line); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.c 46 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data);
48 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
140 yasm_dwarf2__append_bc(yasm_section *sect, yasm_bytecode *bc)
143 bc->offset = yasm_bc_next_offset(precbc);
144 yasm_section_bcs_append(sect, bc);
178 yasm_dwarf2__bc_sym(yasm_symtab *symtab, yasm_bytecode *bc)
181 if (bc->symrecs && bc->symrecs[0])
182 sym = bc->symrecs[0];
184 sym = yasm_symtab_define_label(symtab, ".bcsym", bc, 0, 0)
194 yasm_bytecode *bc; local
    [all...]
dwarf2-dbgfmt.h 81 yasm_bytecode *bc; /* first bytecode following */ member in struct:dwarf2_loc
95 yasm_bytecode *yasm_dwarf2__append_bc(yasm_section *sect, yasm_bytecode *bc);
98 yasm_bytecode *bc);
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 54 bad_const bc; // expected-error {{call to implicitly-deleted default constructor}} variable
  /external/libgsm/src/
long_term.c 23 * This module computes the LTP gain (bc) and the LTP lag (Nc)
60 word Nc, bc; local
148 * quantization of the LTP gain b to get the coded version bc.
150 for (bc = 0; bc <= 2; bc++) if (R <= gsm_mult(S, gsm_DLB[bc])) break;
151 *bc_out = bc;
164 word Nc, bc; local
283 * quantization of the LTP gain b to get the coded version bc
302 word Nc, bc; local
479 word Nc, bc; local
648 word Nc, bc; local
720 word Nc, bc; local
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 237 GLfloat bc = b * ic; local
239 if ( bc < 0.0f ) bc = -bc;
240 offset += MAX2( ac, bc ) * ctx->Polygon.OffsetFactor / ctx->DrawBuffer->_MRD;
470 GLfloat bc = b * ic; local
472 if ( bc < 0.0f ) bc = -bc;
473 offset += MAX2( ac, bc ) * ctx->Polygon.OffsetFactor / ctx->DrawBuffer->_MRD
    [all...]
  /external/skia/src/pathops/
SkPathOpsQuad.cpp 209 double bc = SkDInterp(src[2], src[4], t); local
210 double abc = SkDInterp(ab, bc, t);
284 double bc = SkDInterp(src[2], src[4], t); local
287 dst[4] = SkDInterp(ab, bc, t);
288 dst[6] = bc;
  /external/webp/src/dsp/
lossless_neon.c 213 const uint8x8_t bc = vabd_u8(p1, p2); // |b-c| local
215 const int16x4_t sum_bc = vreinterpret_s16_u16(vpaddl_u8(bc));

Completed in 1488 milliseconds

1 23 4 5 6 7 8 91011>>