HomeSort by relevance Sort by last modified time
    Searched refs:third (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /systemz/usr/src/lib/libc/amd64/unwind/
eh_frame.c 220 unsigned char *third = data; local
232 third += 8;
233 next_code = (third >= data_end)? ULONG_MAX :
235 (uint64_t)(*((uint32_t *)third));
243 third += 16;
244 next_code = (third >= data_end)? ULONG_MAX :
246 (uint64_t)(*((uint64_t *)third));
254 third += 8;
255 next_code = (third >= data_end)? ULONG_MAX :
257 (uint64_t)(int64_t)(*((int32_t *)third));
    [all...]
  /systemz/sirius/usr/src/lib/libc/amd64/unwind/
eh_frame.c 220 unsigned char *third = data; local
232 third += 8;
233 next_code = (third >= data_end)? ULONG_MAX :
235 (uint64_t)(*((uint32_t *)third));
243 third += 16;
244 next_code = (third >= data_end)? ULONG_MAX :
246 (uint64_t)(*((uint64_t *)third));
254 third += 8;
255 next_code = (third >= data_end)? ULONG_MAX :
257 (uint64_t)(int64_t)(*((int32_t *)third));
    [all...]
  /systemz/systemz/usr/src/lib/libc/amd64/unwind/
eh_frame.c 220 unsigned char *third = data; local
232 third += 8;
233 next_code = (third >= data_end)? ULONG_MAX :
235 (uint64_t)(*((uint32_t *)third));
243 third += 16;
244 next_code = (third >= data_end)? ULONG_MAX :
246 (uint64_t)(*((uint64_t *)third));
254 third += 8;
255 next_code = (third >= data_end)? ULONG_MAX :
257 (uint64_t)(int64_t)(*((int32_t *)third));
    [all...]
  /systemz/betelgeuse/usr/src/lib/libc/amd64/unwind/
eh_frame.c 220 unsigned char *third = data; local
232 third += 8;
233 next_code = (third >= data_end)? ULONG_MAX :
235 (uint64_t)(*((uint32_t *)third));
243 third += 16;
244 next_code = (third >= data_end)? ULONG_MAX :
246 (uint64_t)(*((uint64_t *)third));
254 third += 8;
255 next_code = (third >= data_end)? ULONG_MAX :
257 (uint64_t)(int64_t)(*((int32_t *)third));
    [all...]
  /systemz/usr/src/lib/libbsm/
mkhdr.sh 56 * 32768 - 65535 Available for third party TCB applications.
  /systemz/sirius/usr/src/lib/libbsm/
mkhdr.sh 56 * 32768 - 65535 Available for third party TCB applications.
  /systemz/systemz/usr/src/lib/libbsm/
mkhdr.sh 56 * 32768 - 65535 Available for third party TCB applications.
  /systemz/betelgeuse/usr/src/lib/libbsm/
mkhdr.sh 56 * 32768 - 65535 Available for third party TCB applications.
  /systemz/usr/src/cmd/sgs/size/common/
process.c 80 * size of first, second, third number and total size
85 third, local
103 * that are allocatable, writable, and not of type NOBITS; the third number
128 first = second = third = totsize = 0;
162 third += shdr.sh_size;
181 totsize = first + second + third;
183 first, second, third, totsize);
201 * segments whose type is PT_LOAD; the third number is the memory size
220 Third,
231 First = Second = Third = Totsize = 0
    [all...]
  /systemz/sirius/usr/src/cmd/sgs/size/common/
process.c 80 * size of first, second, third number and total size
85 third, local
103 * that are allocatable, writable, and not of type NOBITS; the third number
128 first = second = third = totsize = 0;
162 third += shdr.sh_size;
181 totsize = first + second + third;
183 first, second, third, totsize);
201 * segments whose type is PT_LOAD; the third number is the memory size
220 Third,
231 First = Second = Third = Totsize = 0
    [all...]
  /systemz/systemz/usr/src/cmd/sgs/size/common/
process.c 81 * size of first, second, third number and total size
86 third, local
103 * that are allocatable, writable, and not of type NOBITS; the third number
128 first = second = third = totsize = 0;
162 third += shdr.sh_size;
181 totsize = first + second + third;
183 first, second, third, totsize);
201 * segments whose type is PT_LOAD; the third number is the memory size
220 Third,
231 First = Second = Third = Totsize = 0
    [all...]
  /systemz/betelgeuse/usr/src/cmd/sgs/size/common/
process.c 83 * size of first, second, third number and total size
88 third, local
105 * that are allocatable, writable, and not of type NOBITS; the third number
130 first = second = third = totsize = 0;
164 third += shdr.sh_size;
183 totsize = first + second + third;
185 first, second, third, totsize);
203 * segments whose type is PT_LOAD; the third number is the memory size
222 Third,
233 First = Second = Third = Totsize = 0
    [all...]
  /systemz/usr/src/
README.license-files 33 1. Scan the source code and extract all of the third party licenses
55 This approach is usually overkill. But if the third party license
70 new third party source, and add a reference to LICENSEFILES in the
  /systemz/sirius/usr/src/
README.license-files 33 1. Scan the source code and extract all of the third party licenses
55 This approach is usually overkill. But if the third party license
70 new third party source, and add a reference to LICENSEFILES in the
  /systemz/systemz/usr/src/
README.license-files 33 1. Scan the source code and extract all of the third party licenses
55 This approach is usually overkill. But if the third party license
70 new third party source, and add a reference to LICENSEFILES in the
  /systemz/betelgeuse/usr/src/
README.license-files 33 1. Scan the source code and extract all of the third party licenses
55 This approach is usually overkill. But if the third party license
70 new third party source, and add a reference to LICENSEFILES in the
  /systemz/usr/src/lib/libc/amd64/gen/
memchr.s 75 cmpb %cl, %al / if the third byte is %al
113 / found at the third byte
  /systemz/usr/src/lib/libc/i386/gen/
memchr.s 78 cmpb %dl, %cl / if the third byte is %cl
117 / found at the third byte
  /systemz/sirius/usr/src/lib/libc/amd64/gen/
memchr.s 75 cmpb %cl, %al / if the third byte is %al
113 / found at the third byte
  /systemz/sirius/usr/src/lib/libc/i386/gen/
memchr.s 78 cmpb %dl, %cl / if the third byte is %cl
117 / found at the third byte
  /systemz/systemz/usr/src/lib/libc/amd64/gen/
memchr.s 72 cmpb %cl, %al / if the third byte is %al
110 / found at the third byte
  /systemz/systemz/usr/src/lib/libc/i386/gen/
memchr.s 75 cmpb %dl, %cl / if the third byte is %cl
114 / found at the third byte
  /systemz/betelgeuse/usr/src/lib/libc/amd64/gen/
memchr.s 72 cmpb %cl, %al / if the third byte is %al
110 / found at the third byte
  /systemz/betelgeuse/usr/src/lib/libc/i386/gen/
memchr.s 75 cmpb %dl, %cl / if the third byte is %cl
114 / found at the third byte
  /systemz/usr/src/lib/libc/sparc/gen/
strcpy.s 123 andcc %o1, %o4, %g0 ! third byte zero?
124 srl %o1, 8, %o3 ! %o3<7:0> = third byte
126 stb %o3, [%o2 - 2] ! store third byte
163 sth %o1, [%o2 - 2] ! store third and fourth byte

Completed in 2580 milliseconds

1 2 3 4 5 6 7 8 9