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

  /src/sys/lib/libunwind/
AddressSpace.hpp 71 uint8_t get8(pint_t addr) { function in class:_Unwind::LocalAddressSpace
111 byte = get8(addr++);
132 byte = get8(addr++);
381 if (get8(header) != 1)
383 if (get8(header + 3) != (DW_EH_PE_datarel | DW_EH_PE_sdata4))
386 pint_t ehframe_base = getEncodedP(end, 0, get8(header + 1), NULL);
387 pint_t entries = getEncodedP(end, 0, get8(header + 2), NULL);
  /src/sys/dev/stbi/
stb_image.c 872 __forceinline static int get8(stbi *s) function in typeref:typename:int
900 return (uint8) get8(s);
942 int z = get8(s);
943 return (z << 8) + get8(s);
954 int z = get8(s);
955 return z + (get8(s) << 8);
1205 int b = j->nomore ? 0 : get8(&j->s);
1207 int c = get8(&j->s);
1603 int q = get8(&z->s);
1623 int q = get8(&z->s)
    [all...]

Completed in 103 milliseconds