HomeSort by: relevance | last modified time | path
    Searched defs:six (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/io/
intrinsics.c 33 static const int six = 6; variable
164 return PREFIX(fputc) (&six, c, c_len);
175 *st = PREFIX(fputc) (&six, c, c_len); \
177 PREFIX(fputc) (&six, c, c_len); }
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
intrinsics.c 33 static const int six = 6; variable
164 return PREFIX(fputc) (&six, c, c_len);
175 *st = PREFIX(fputc) (&six, c, c_len); \
177 PREFIX(fputc) (&six, c, c_len); }
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3d_blit.c 656 nir_ssa_def *six = nir_imm_int(&b, 6); local
713 nir_ishl(&b, nir_iand_imm(&b, x, 2), six),
  /src/external/mpl/dhcp/dist/common/
options.c 1257 int bufix = 0, six = 0, tix = 0; local
1522 soptstart = six;
1531 ((!six && !tix && (i == priority_len - 1) &&
1538 (first_cutoff + six + 3 + length < sbufend)) {
1540 pix = &six;
1557 (first_cutoff + six + 4 < sbufend)) {
1558 incr = sbufend - (first_cutoff + six) - 3;
1560 pix = &six;
1570 six = soptstart;
1604 if (first_cutoff && six) {
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 2081 LLVMValueRef six = lp_build_const_int_vec(bld->gallivm, bld->int_coord_type, 6); local
2082 layer = lp_build_mul(&bld->int_coord_bld, layer, six);
3882 LLVMValueRef six = lp_build_const_int32(gallivm, 6); local
3883 layers = LLVMBuildSDiv(gallivm->builder, layers, six, "");
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 2541 LLVMValueRef six = lp_build_const_int_vec(bld->gallivm, bld->int_coord_type, 6); local
2542 layer = lp_build_mul(&bld->int_coord_bld, layer, six);
4442 LLVMValueRef six = lp_build_const_int32(gallivm, 6); local
4443 layers = LLVMBuildSDiv(gallivm->builder, layers, six, "");
  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_nir_to_llvm.c 2752 LLVMValueRef six = LLVMConstInt(ctx->ac.i32, 6, false); local
2754 z = LLVMBuildSDiv(ctx->ac.builder, z, six, "");
3918 LLVMValueRef six = LLVMConstInt(ctx->ac.i32, 6, false); local
3920 z = LLVMBuildSDiv(ctx->ac.builder, z, six, "");
  /xsrc/external/mit/xterm/dist/
button.c 4623 unsigned six; local
4628 six = c - 'A';
4630 six = c - 'a' + 26;
4632 six = c - '0' + 52;
4634 six = 62;
4636 six = 63;
4643 screen->base64_accu = six;
4648 ch = CharOf((screen->base64_accu << 6) + six);
4654 ch = CharOf((screen->base64_accu << 4) + (six >> 2));
4655 screen->base64_accu = (six & 0x3)
    [all...]

Completed in 39 milliseconds