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

  /src/external/gpl3/binutils/dist/opcodes/
ppc-dis.c 461 elf_symbol_type * est; local
466 est = elf_symbol_from (sym);
470 if (est != NULL
471 && ELF_ST_VISIBILITY (est->internal_elf_sym.st_other) == STV_HIDDEN
472 && ELF_ST_BIND (est->internal_elf_sym.st_info) == STB_LOCAL
473 && ELF_ST_TYPE (est->internal_elf_sym.st_info) == STT_NOTYPE)
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-dis.c 450 elf_symbol_type * est; local
455 est = elf_symbol_from (sym);
459 if (est != NULL
460 && ELF_ST_VISIBILITY (est->internal_elf_sym.st_other) == STV_HIDDEN
461 && ELF_ST_BIND (est->internal_elf_sym.st_info) == STB_LOCAL
462 && ELF_ST_TYPE (est->internal_elf_sym.st_info) == STT_NOTYPE)
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-dis.c 450 elf_symbol_type * est; local
455 est = elf_symbol_from (sym);
459 if (est != NULL
460 && ELF_ST_VISIBILITY (est->internal_elf_sym.st_other) == STV_HIDDEN
461 && ELF_ST_BIND (est->internal_elf_sym.st_info) == STB_LOCAL
462 && ELF_ST_TYPE (est->internal_elf_sym.st_info) == STT_NOTYPE)
  /src/external/gpl3/gdb/dist/opcodes/
ppc-dis.c 450 elf_symbol_type * est; local
455 est = elf_symbol_from (sym);
459 if (est != NULL
460 && ELF_ST_VISIBILITY (est->internal_elf_sym.st_other) == STV_HIDDEN
461 && ELF_ST_BIND (est->internal_elf_sym.st_info) == STB_LOCAL
462 && ELF_ST_TYPE (est->internal_elf_sym.st_info) == STT_NOTYPE)
  /src/external/bsd/wpa/dist/wpa_supplicant/
scan.c 2557 " ssid=%s freq=%d qual=%d noise=%d%s level=%d snr=%d%s flags=0x%x age=%u est=%u",
2567 " ssid=%s freq=%d qual=%d noise=%d level=%d flags=0x%x age=%u est=%u",
2900 unsigned int est, tmp; local
2949 est = rate * 500;
2959 if (tmp > est)
2960 est = tmp;
2977 if (tmp > est)
2978 est = tmp;
3008 if (tmp > est)
3009 est = tmp
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 475 /* the estimate is now in carry; now calculate hi:lo-est*10**9; */
702 /* (est) can exceed 32 bits. */
796 /* est=magic*hop/2**B // quotient estimate (may be low by 1) */
840 uInt est; /* cannot exceed 4E+9 */ local
844 est=(uInt)(((uLong)hop*MULMAGIC)>>MULSHIFTB);
845 /* the estimate is now in est; now calculate hi:lo-est*10**9; */
848 lo=(uInt)(*pl-((uLong)est*MULTBASE)); /* low word of result */
852 est++;
857 est++
    [all...]
decNumber.c 6341 Int est; /* estimated quotient */ local
6386 est=(((ueInt)carry>>11)*53687)>>18;
6387 *c=(Unit)(carry-est*(DECDPUNMAX+1)); /* remainder */
6388 carry=est; /* likely quotient [89%] */
6396 est=(((ueInt)carry>>11)*53687)>>18;
6397 *c=(Unit)(carry-est*(DECDPUNMAX+1));
6398 carry=est-(DECDPUNMAX+1); /* correctly negative */
6404 est=(((ueInt)carry>>3)*16777)>>21;
6405 *c=(Unit)(carry-est*(DECDPUNMAX+1)); /* remainder */
6406 carry=est; /* likely quotient [99%] *
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 475 /* the estimate is now in carry; now calculate hi:lo-est*10**9; */
702 /* (est) can exceed 32 bits. */
796 /* est=magic*hop/2**B // quotient estimate (may be low by 1) */
840 uInt est; /* cannot exceed 4E+9 */ local
844 est=(uInt)(((uLong)hop*MULMAGIC)>>MULSHIFTB);
845 /* the estimate is now in est; now calculate hi:lo-est*10**9; */
848 lo=(uInt)(*pl-((uLong)est*MULTBASE)); /* low word of result */
852 est++;
857 est++
    [all...]
decNumber.c 6341 Int est; /* estimated quotient */ local
6386 est=(((ueInt)carry>>11)*53687)>>18;
6387 *c=(Unit)(carry-est*(DECDPUNMAX+1)); /* remainder */
6388 carry=est; /* likely quotient [89%] */
6396 est=(((ueInt)carry>>11)*53687)>>18;
6397 *c=(Unit)(carry-est*(DECDPUNMAX+1));
6398 carry=est-(DECDPUNMAX+1); /* correctly negative */
6404 est=(((ueInt)carry>>3)*16777)>>21;
6405 *c=(Unit)(carry-est*(DECDPUNMAX+1)); /* remainder */
6406 carry=est; /* likely quotient [99%] *
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 475 /* the estimate is now in carry; now calculate hi:lo-est*10**9; */
702 /* (est) can exceed 32 bits. */
796 /* est=magic*hop/2**B // quotient estimate (may be low by 1) */
840 uInt est; /* cannot exceed 4E+9 */ local
844 est=(uInt)(((uLong)hop*MULMAGIC)>>MULSHIFTB);
845 /* the estimate is now in est; now calculate hi:lo-est*10**9; */
848 lo=(uInt)(*pl-((uLong)est*MULTBASE)); /* low word of result */
852 est++;
857 est++
    [all...]
decNumber.c 6341 Int est; /* estimated quotient */ local
6386 est=(((ueInt)carry>>11)*53687)>>18;
6387 *c=(Unit)(carry-est*(DECDPUNMAX+1)); /* remainder */
6388 carry=est; /* likely quotient [89%] */
6396 est=(((ueInt)carry>>11)*53687)>>18;
6397 *c=(Unit)(carry-est*(DECDPUNMAX+1));
6398 carry=est-(DECDPUNMAX+1); /* correctly negative */
6404 est=(((ueInt)carry>>3)*16777)>>21;
6405 *c=(Unit)(carry-est*(DECDPUNMAX+1)); /* remainder */
6406 carry=est; /* likely quotient [99%] *
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 475 /* the estimate is now in carry; now calculate hi:lo-est*10**9; */
702 /* (est) can exceed 32 bits. */
796 /* est=magic*hop/2**B // quotient estimate (may be low by 1) */
840 uInt est; /* cannot exceed 4E+9 */ local
844 est=(uInt)(((uLong)hop*MULMAGIC)>>MULSHIFTB);
845 /* the estimate is now in est; now calculate hi:lo-est*10**9; */
848 lo=(uInt)(*pl-((uLong)est*MULTBASE)); /* low word of result */
852 est++;
857 est++
    [all...]
decNumber.c 6341 Int est; /* estimated quotient */ local
6386 est=(((ueInt)carry>>11)*53687)>>18;
6387 *c=(Unit)(carry-est*(DECDPUNMAX+1)); /* remainder */
6388 carry=est; /* likely quotient [89%] */
6396 est=(((ueInt)carry>>11)*53687)>>18;
6397 *c=(Unit)(carry-est*(DECDPUNMAX+1));
6398 carry=est-(DECDPUNMAX+1); /* correctly negative */
6404 est=(((ueInt)carry>>3)*16777)>>21;
6405 *c=(Unit)(carry-est*(DECDPUNMAX+1)); /* remainder */
6406 carry=est; /* likely quotient [99%] *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_edid.c 2883 u8 *est = ((u8 *)timing) + 6; local
2890 if (est[i] & (1 << j)) {
2918 * add_established_modes - get est. modes from EDID and add them

Completed in 57 milliseconds