/external/dropbear/libtommath/mtest/ |
mpi.c | 1267 int dig, bit; local 1287 for(bit = 0; bit < DIGIT_BIT; bit++) { 1640 int dig, bit; local 3752 mp_size dig, bit; local [all...] |
/external/e2fsprogs/debugfs/ |
debugfs.c | 2036 int compat, bit, ret; local [all...] |
/external/libppp/src/ |
command.c | 911 int code, bit; local 916 for (bit = 0; bit < 8; bit++) 917 if (arg->cx->physical->async.cfg.EscMap[code] & (1 << bit)) { 918 prompt_Printf(arg->prompt, "%s0x%02x", sep, (code << 3) + bit); [all...] |
/external/mesa3d/src/mesa/main/ |
ffvertex_prog.c | 381 int bit = ffs( ~p->temp_in_use ); local 382 if (!bit) { 387 if ((GLuint) bit > p->program->Base.NumTemporaries) 388 p->program->Base.NumTemporaries = bit; 390 p->temp_in_use |= 1<<(bit-1); 391 return make_ureg(PROGRAM_TEMPORARY, bit-1); 518 /* This is a bit sad as the support is there to pull the whole [all...] |
/external/ppp/pppd/ |
auth.c | 910 int bit; local 914 bit = CHAP_PEER; 917 bit |= CHAP_MD5_PEER; 921 bit |= CHAP_MS_PEER; 924 bit |= CHAP_MS2_PEER; 930 bit = PAP_PEER; 933 bit = EAP_PEER; 950 auth_done[unit] |= bit; 956 if ((auth_pending[unit] &= ~bit) == 0) 986 int bit; local [all...] |
/external/qemu/ |
block.c | 921 unsigned long val, idx, bit; local 928 bit = start % (sizeof(unsigned long) * 8); 931 if (!(val & (1 << bit))) { 933 val |= 1 << bit; 936 if (val & (1 << bit)) { 938 val &= ~(1 << bit); [all...] |
/external/qemu-pc-bios/vgabios/ |
vgabios.c | 827 {// mode: Bit 7 is 1 if no clear screen 872 // if palette loading (bit 3 of modeset ctl = 0) 2913 ; reset modeset ctl bit 7 and set bit 4 variable 2923 ; reset modeset ctl bit 7 and bit 4 variable 2932 ; set modeset ctl bit 7 and reset bit 4 variable [all...] |
/external/v8/src/mips/ |
assembler-mips.h | 119 int bit() const { function in struct:v8::internal::Register 192 // to number of 32-bit FPU regs, but kNumAllocatableRegisters refers to 193 // number of Double regs (64-bit regs, or FPU-reg-pairs). 260 int bit() const { function in struct:v8::internal::FPURegister 273 // 32-bit registers, f0 through f31. When used as 'double' they are used 276 // (Modern mips hardware also supports 32 64-bit registers, via setting 277 // (priviledged) Status Register FR bit to 1. This is used by the N32 ABI, 280 // For O32 ABI, Floats and Doubles refer to same set of 32 32-bit registers. 337 int bit() const { function in struct:v8::internal::FPUControlRegister 606 // Number of consecutive instructions used to store 32bit constant [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
bcmutils.c | 1645 uint32 bit, mask; local 1673 uint32 bit; local [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
h264_utils.h | 178 uint32 bit; member in class:RbspParser
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
h264_utils.h | 183 uint32 bit; member in class:RbspParser
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
PhotoDataAdapter.java | 80 public ImageFetch(int offset, int bit) { 82 imageBit = bit; 670 int bit = sImageFetchSeq[i].imageBit; local 671 if (bit == BIT_FULL_IMAGE && !mNeedFullImage) continue; 672 task = startTaskIfNeeded(currentIndex + offset, bit); [all...] |
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndbdic.c | 214 NJ_UINT16 bit; local 307 bit = BIT_CANDIDATE_LEN(hdl); 309 stem_set->candidate_size = GET_BITFIELD_16(data, j, bit); 310 bit_all += bit; 323 bit = BIT_YOMI_LEN(hdl); 325 stem_set->yomi_size = GET_BITFIELD_16(data, j, bit); 326 bit_all += bit; [all...] |
/external/blktrace/ |
blkparse.c | 225 struct blk_io_trace *bit; member in struct:trace 573 static void handle_notify(struct blk_io_trace *bit) 575 void *payload = (caddr_t) bit + sizeof(*bit); 578 switch (bit->action) { 580 add_ppm_hash(bit->pid, payload); 584 if (bit->pdu_len != sizeof(two32)) 591 start_timestamp = bit->time; 602 if (bit->pdu_len > 0) { 603 char msg[bit->pdu_len+1] 766 struct blk_io_trace *bit = bit_alloc_list; local 1917 struct blk_io_trace *bit = t->bit; local 1992 struct blk_io_trace *bit = t->bit; local 2043 struct blk_io_trace *bit; local 2160 struct blk_io_trace *bit; local 2318 struct blk_io_trace *bit = NULL; local 2457 struct blk_io_trace *bit; local [all...] |
/external/chromium_org/third_party/freetype/src/raster/ |
ftraster.c | 327 /* values for the `flags' bit field */ 352 unsigned flags; /* Bit 0-2: drop-out mode */ 353 /* Bit 3: profile orientation (up/down) */ 354 /* Bit 4: is top profile? */ 355 /* Bit 5: is bottom profile? */ 489 FT_Bitmap target; /* description of target bit/pixmap */ 2715 PByte pix, bit, bit2; local [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
LzmaEnc.c | 672 UInt32 bit; local 674 bit = (symbol >> i) & 1; 675 RangeEnc_EncodeBit(rc, probs + m, bit); 676 m = (m << 1) | bit; 686 UInt32 bit = symbol & 1; local 687 RangeEnc_EncodeBit(rc, probs + m, bit); 688 m = (m << 1) | bit; 712 UInt32 bit = symbol & 1; local 714 price += GET_PRICEa(probs[m], bit); 715 m = (m << 1) | bit; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
meta.c | 2515 GLint bit; local [all...] |
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
LzmaEnc.c | 673 UInt32 bit; local 675 bit = (symbol >> i) & 1; 676 RangeEnc_EncodeBit(rc, probs + m, bit); 677 m = (m << 1) | bit; 687 UInt32 bit = symbol & 1; local 688 RangeEnc_EncodeBit(rc, probs + m, bit); 689 m = (m << 1) | bit; 713 UInt32 bit = symbol & 1; local 715 price += GET_PRICEa(probs[m], bit); 716 m = (m << 1) | bit; [all...] |
/external/chromium_org/v8/src/arm/ |
assembler-arm.h | 161 int bit() const { function in struct:v8::internal::Register 225 int bit() const { function in struct:v8::internal::SwVfpRegister 274 int bit() const { function in struct:v8::internal::DwVfpRegister 466 int bit() const { function in struct:v8::internal::CRegister 591 // offset is any signed 32-bit value; offset is first loaded to register ip if 592 // it does not fit the addressing mode (12-bit unsigned and sign bit) 906 // ARMv7 instructions for loading a 32 bit immediate in two instructions. [all...] |
/external/elfutils/libcpu/ |
i386_parse.c | 344 struct bitvalue *bit; member in union:YYSTYPE 671 "bit", "optargs", "args", "arg", "argcomp", 0 [all...] |
/external/freetype/src/raster/ |
ftraster.c | 336 /* values for the `flags' bit field */ 361 unsigned flags; /* Bit 0-2: drop-out mode */ 362 /* Bit 3: profile orientation (up/down) */ 363 /* Bit 4: is top profile? */ 364 /* Bit 5: is bottom profile? */ 507 FT_Bitmap target; /* description of target bit/pixmap */ 2764 PByte bit, bit2; local [all...] |
/external/lzma/C/ |
LzmaEnc.c | 672 UInt32 bit;
local 674 bit = (symbol >> i) & 1;
675 RangeEnc_EncodeBit(rc, probs + m, bit);
676 m = (m << 1) | bit;
686 UInt32 bit = symbol & 1;
local 687 RangeEnc_EncodeBit(rc, probs + m, bit);
688 m = (m << 1) | bit;
712 UInt32 bit = symbol & 1;
local 714 price += GET_PRICEa(probs[m], bit);
715 m = (m << 1) | bit;
[all...] |
/external/lzma/Java/SevenZip/Compression/LZMA/ |
Encoder.java | 83 int bit = ((symbol >> i) & 1);
local 84 rangeEncoder.Encode(m_Encoders, context, bit);
85 context = (context << 1) | bit;
95 int bit = ((symbol >> i) & 1);
local 101 same = (matchBit == bit);
103 rangeEncoder.Encode(m_Encoders, state, bit);
104 context = (context << 1) | bit;
118 int bit = (symbol >> i) & 1;
local 119 price += SevenZip.Compression.RangeCoder.Encoder.GetPrice(m_Encoders[((1 + matchBit) << 8) + context], bit);
120 context = (context << 1) | bit;
130 int bit = (symbol >> i) & 1; local [all...] |
/external/mesa3d/src/mesa/drivers/common/ |
meta.c | 2515 GLint bit; local [all...] |
/external/v8/src/arm/ |
assembler-arm.h | 113 int bit() const { function in struct:v8::internal::Register 177 int bit() const { function in struct:v8::internal::SwVfpRegister 256 int bit() const { function in struct:v8::internal::DwVfpRegister 343 int bit() const { function in struct:v8::internal::CRegister 457 // offset is any signed 32-bit value; offset is first loaded to register ip if 458 // it does not fit the addressing mode (12-bit unsigned and sign bit) 846 // ARMv7 instructions for loading a 32 bit immediate in two instructions. [all...] |