/src/sys/lib/libunwind/ |
AddressSpace.hpp | 77 uint16_t get16(pint_t addr) { function in class:_Unwind::LocalAddressSpace 171 result = get16(addr); 189 result = (int16_t)get16(addr);
|
AddressSpace.hpp | 77 uint16_t get16(pint_t addr) { function in class:_Unwind::LocalAddressSpace 171 result = get16(addr); 189 result = (int16_t)get16(addr);
|
AddressSpace.hpp | 77 uint16_t get16(pint_t addr) { function in class:_Unwind::LocalAddressSpace 171 result = get16(addr); 189 result = (int16_t)get16(addr);
|
/src/sys/arch/m68k/m68k/ |
db_trace.c | 93 #define get16(addr, space) \ macro 509 if (!USERMODE(get16(regp, DSP))) {
|
db_trace.c | 93 #define get16(addr, space) \ macro 509 if (!USERMODE(get16(regp, DSP))) {
|
db_trace.c | 93 #define get16(addr, space) \ macro 509 if (!USERMODE(get16(regp, DSP))) {
|
/src/sys/dev/stbi/ |
stb_image.c | 940 static int get16(stbi *s) function in typeref:typename:int 948 uint32 z = get16(s); 949 return (z << 16) + get16(s); 1596 if (get16(&z->s) != 4) return e("bad DRI len","Corrupt JPEG"); 1597 z->restart_interval = get16(&z->s); 1601 L = get16(&z->s)-2; 1619 L = get16(&z->s)-2; 1647 skip(&z->s, get16(&z->s)-2); 1657 int Ls = get16(&z->s); 1683 Lf = get16(s); if (Lf < 11) return e("bad SOF len","Corrupt JPEG"); // JPE [all...] |
stb_image.c | 940 static int get16(stbi *s) function in typeref:typename:int 948 uint32 z = get16(s); 949 return (z << 16) + get16(s); 1596 if (get16(&z->s) != 4) return e("bad DRI len","Corrupt JPEG"); 1597 z->restart_interval = get16(&z->s); 1601 L = get16(&z->s)-2; 1619 L = get16(&z->s)-2; 1647 skip(&z->s, get16(&z->s)-2); 1657 int Ls = get16(&z->s); 1683 Lf = get16(s); if (Lf < 11) return e("bad SOF len","Corrupt JPEG"); // JPE [all...] |
stb_image.c | 940 static int get16(stbi *s) function in typeref:typename:int 948 uint32 z = get16(s); 949 return (z << 16) + get16(s); 1596 if (get16(&z->s) != 4) return e("bad DRI len","Corrupt JPEG"); 1597 z->restart_interval = get16(&z->s); 1601 L = get16(&z->s)-2; 1619 L = get16(&z->s)-2; 1647 skip(&z->s, get16(&z->s)-2); 1657 int Ls = get16(&z->s); 1683 Lf = get16(s); if (Lf < 11) return e("bad SOF len","Corrupt JPEG"); // JPE [all...] |