HomeSort by relevance Sort by last modified time
    Searched defs:val (Results 551 - 575 of 785) sorted by null

<<21222324252627282930>>

  /external/grub/netboot/
eepro100.c 279 int val, boguscnt = 64*4; /* <64 usec. to complete, typ 27 ticks */ local
286 val = inl(ioaddr + SCBCtrlMDI);
288 printf(" mdio_write() timed out with val = %X.\n", val);
290 } while (! (val & 0x10000000));
291 return val & 0xffff;
301 int val, boguscnt = 64*4; /* <64 usec. to complete, typ 27 ticks */ local
306 val = inl(ioaddr + SCBCtrlMDI);
308 printf( " mdio_read() timed out with val = %X.\n", val);
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 787 /* name loc src start val end status */
1152 double val = unum_getDoubleAttribute(fmt, UNUM_LENIENT_PARSE); local
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 1672 const char* val = NULL; local
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp 89 unsigned long val = t.tv_sec * 1000; // Let it overflow. Who cares. local
90 val += t.tv_usec / 1000;
91 return val;
    [all...]
  /external/jpeg/
jdmarker.c 377 int index, val; local
385 INPUT_BYTE(cinfo, val, return FALSE);
389 TRACEMS2(cinfo, 1, JTRC_DAC, index, val);
395 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;
397 cinfo->arith_dc_L[index] = (UINT8) (val & 0x0F);
398 cinfo->arith_dc_U[index] = (UINT8) (val >> 4);
400 ERREXIT1(cinfo, JERR_DAC_VALUE, val);
    [all...]
  /external/kernel-headers/original/linux/mtd/
cfi.h 276 map_word val = { {0} }; local
330 val.x[i] = onecmd;
333 return val;
338 static inline unsigned long cfi_merge_status(map_word val, struct map_info *map,
360 onestat = val.x[0];
363 onestat |= val.x[i];
411 map_word val; local
414 val = cfi_build_cmd(cmd, map, cfi);
419 map_write(map, val, addr);
426 map_word val = map_read(map, addr) local
442 map_word val = map_read(map, addr); local
    [all...]
  /external/libpcap/
gencode.h 251 int val[N_ATOMS]; member in struct:block
optimize.c 545 int val; member in struct:valnode
582 int val; local
590 return p->val;
592 val = ++curval;
595 vmap[val].const_val = v0;
596 vmap[val].is_const = 1;
599 p->val = val;
606 return val;
704 int val; local
1424 int val, at_top; local
1517 int val, at_top; local
    [all...]
  /external/libxml2/
nanoftp.c 534 int val = 0; local
538 val = val * 10 + (*buf - '0');
543 val = val * 10 + (*buf - '0');
548 val = val * 10 + (*buf - '0');
553 return(-val);
554 return(val);
    [all...]
pattern.c 713 #define SKIP(val) ctxt->cur += (val)
714 #define NXT(val) ctxt->cur[(val)]
715 #define PEEKPREV(val) ctxt->cur[-(val)]
725 #define PUSH(op, val, val2) \
726 if (xmlPatternAdd(ctxt, ctxt->comp, (op), (val), (val2))) goto error;
753 int val, len;
759 val = xmlStringCurrentChar(NULL, cur, &len)
821 int val, len; local
859 int val, len; local
    [all...]
xmlsave.c 148 xmlSerializeHexCharRef(unsigned char *out, int val) {
154 if (val < 0x10) ptr = out;
155 else if (val < 0x100) ptr = out + 1;
156 else if (val < 0x1000) ptr = out + 2;
157 else if (val < 0x10000) ptr = out + 3;
158 else if (val < 0x100000) ptr = out + 4;
161 while (val > 0) {
162 switch (val & 0xF) {
181 val >>= 4;
210 int val; local
1933 int val = 0, l = 1; local
    [all...]
  /external/opencore/fileformats/mp4/composer/src/
mpeg4file.cpp 2018 char val = (char)(date_ptr[index]); local
    [all...]
  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler.cpp 448 bool val = (iStopper->IsAdded()) ? true : false; local
450 return val;
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
h324utils.cpp 1116 uint32 val = 0; local
    [all...]
  /external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
pvmi_mio_fileinput.cpp 1974 char* val = (char*)OSCL_MALLOC(valsize * sizeof(char)); local
    [all...]
  /external/ppp/pppd/
eap.c 1253 u_char val; local
1263 val = id;
1270 SHA1Update(&ctxt, &val, 1);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 317 const char *val = NULL; local
324 val = _dyld_get_image_name(i);
329 return val;
    [all...]
  /external/qemu/elff/
dwarf_defs.h 169 Elf_Byte val; member in struct:Dwarf_Leb128
181 if (val == 0) {
198 const Elf_Byte* cur = &val;
268 return INC_CPTR(&val, value->encoded_size);
303 return at.val == 0;
319 return INC_CPTR_T(Dwarf_Abbr_AT, &at.val, 2);
322 Dwarf_Value val; local
326 reinterpret_cast<const Dwarf_Leb128*>(at.process_unsigned(&val));
327 *at_value = val.u16;
330 next = reinterpret_cast<const Dwarf_Leb128*>(next->process_unsigned(&val));
357 Dwarf_Value val; local
382 Dwarf_Value val; local
431 Dwarf_Value val; local
451 Dwarf_Value val; local
    [all...]
  /external/qemu/
gdbstub.c 476 #define GET_REG8(val) do { \
477 stb_p(mem_buf, val); \
480 #define GET_REG16(val) do { \
481 stw_p(mem_buf, val); \
484 #define GET_REG32(val) do { \
485 stl_p(mem_buf, val); \
488 #define GET_REG64(val) do { \
489 stq_p(mem_buf, val); \
494 #define GET_REGL(val) GET_REG64(val)
771 uint64_t val; local
1262 uint64_t val; local
2240 int val, fd; local
2271 int fd, val, ret; local
    [all...]
sockets.c 303 format_unsigned( char* buf, char* end, unsigned val )
308 for ( nn = 0; val != 0; nn++ ) {
309 int rem = val % 10;
311 val /= 10;
324 format_hex( char* buf, char* end, unsigned val, int ndigits )
330 buf = format_char(buf, end, hex[(val >> shift) & 15]);
354 int val = (ip6[0] << 16) | ip6[1]; local
358 if (val == 0)
360 buf = format_hex(buf, end, val, 4);
    [all...]
  /external/qemu/target-arm/
helper.c 353 void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask)
356 env->ZF = (~val) & CPSR_Z;
357 env->NF = val;
358 env->CF = (val >> 29) & 1;
359 env->VF = (val << 3) & 0x80000000;
362 env->QF = ((val & CPSR_Q) != 0);
364 env->thumb = ((val & CPSR_T) != 0);
367 env->condexec_bits |= (val >> 25) & 3;
371 env->condexec_bits |= (val >> 8) & 0xfc;
374 env->GE = (val >> 16) & 0xf
651 uint32_t val; local
    [all...]
neon_helper.c 95 #define NEON_UNPACK(vtype, dest, val) do { \
100 conv_u.i = (val); \
105 #define NEON_PACK(vtype, dest, val) do { \
110 conv_u.v = (val); \
407 uint64_t HELPER(neon_shl_u64)(uint64_t val, uint64_t shiftop)
411 val = 0;
413 val >>= -shift;
415 val <<= shift;
417 return val;
440 int64_t val = valop local
477 int64_t val = valop; local
605 int64_t val = valop; local
681 int64_t val = valop; local
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 186 static inline int tcg_target_const_match(tcg_target_long val,
688 int32_t val; local
690 val = addr - (tcg_target_long) s->code_ptr;
691 if (val - 8 < 0x01fffffd && val - 8 > -0x01fffffd)
692 tcg_out_b(s, cond, val);
701 tcg_out_movi32(s, cond, TCG_REG_R8, val - 8);
711 int32_t val; local
717 val = addr - (tcg_target_long) s->code_ptr;
718 if (val < 0x01fffffd && val > -0x01fffffd
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 92 static inline int check_fit_tl(tcg_target_long val, unsigned int bits)
94 return (val << ((sizeof(tcg_target_long) * 8 - bits))
95 >> (sizeof(tcg_target_long) * 8 - bits)) == val;
98 static inline int check_fit_i32(uint32_t val, unsigned int bits)
100 return ((val << (32 - bits)) >> (32 - bits)) == val;
169 static inline int tcg_target_const_match(tcg_target_long val,
177 else if ((ct & TCG_CT_CONST_S11) && check_fit_tl(val, 11))
179 else if ((ct & TCG_CT_CONST_S13) && check_fit_tl(val, 13))
395 static inline void tcg_out_sety(TCGContext *s, tcg_target_long val)
434 int32_t val; local
450 int32_t val; local
    [all...]
  /external/qemu/tcg/
tcg.c 500 TCGv_i32 tcg_const_i32(int32_t val)
504 tcg_gen_movi_i32(t0, val);
508 TCGv_i64 tcg_const_i64(int64_t val)
512 tcg_gen_movi_i64(t0, val);
516 TCGv_i32 tcg_const_local_i32(int32_t val)
520 tcg_gen_movi_i32(t0, val);
524 TCGv_i64 tcg_const_local_i64(int64_t val)
528 tcg_gen_movi_i64(t0, val);
741 static TCGHelperInfo *tcg_find_helper(TCGContext *s, tcg_target_ulong val)
760 if (v == val)
852 tcg_target_ulong val; local
1455 tcg_target_ulong val; local
    [all...]

Completed in 1321 milliseconds

<<21222324252627282930>>