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

  /src/external/public-domain/xz/dist/src/common/
tuklib_integer.h 26 /// - Count leading zeros: clz32(num)
432 clz32(uint32_t n) function
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_binarydecimal.c 30 #define clz32(n) (((n)==0) ? 32 : clz32_nz(n)) macro
368 l = clz32(c) - (32 - 24); \
581 k = clz32(c) - 8; \
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_binarydecimal.c 42 #define clz32(n) (((n)==0) ? 32 : clz32_nz(n)) macro
411 l = clz32(c) - (32 - 24); \
624 k = clz32(c) - 8; \
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 12540 clz32 (sim_cpu *cpu) function
12718 case 4: clz32 (cpu); return;
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 12540 clz32 (sim_cpu *cpu) function
12718 case 4: clz32 (cpu); return;

Completed in 43 milliseconds