HomeSort by: relevance | last modified time | path
    Searched refs:e32 (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/external/bsd/ppp/dist/pppd/
eui64.h 52 uint32_t e32[2]; /* lower 64-bit IPv6 address */ member in union:__anon7977
73 u_int32_t e32[2]; member in union:__anon7978
78 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0)
79 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \
80 ((e).e32[1] == (o).e32[1]))
81 #define eui64_zero(e) (e).e32[0] = (e).e32[1] = 0
    [all...]
eui64.h 52 uint32_t e32[2]; /* lower 64-bit IPv6 address */ member in union:__anon7977
73 u_int32_t e32[2]; member in union:__anon7978
78 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0)
79 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \
80 ((e).e32[1] == (o).e32[1]))
81 #define eui64_zero(e) (e).e32[0] = (e).e32[1] = 0
    [all...]
eui64.h 52 uint32_t e32[2]; /* lower 64-bit IPv6 address */ member in union:__anon7977
73 u_int32_t e32[2]; member in union:__anon7978
78 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0)
79 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \
80 ((e).e32[1] == (o).e32[1]))
81 #define eui64_zero(e) (e).e32[0] = (e).e32[1] = 0
    [all...]
eui64.h 52 uint32_t e32[2]; /* lower 64-bit IPv6 address */ member in union:__anon7977
73 u_int32_t e32[2]; member in union:__anon7978
78 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0)
79 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \
80 ((e).e32[1] == (o).e32[1]))
81 #define eui64_zero(e) (e).e32[0] = (e).e32[1] = 0
    [all...]
  /src/external/cddl/osnet/dist/lib/libctf/common/
ctf_lib.c 230 Elf32_Ehdr e32; member in union:__anon8987
281 bcmp(&hdr.e32.e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) {
293 if (hdr.e32.e_ident[EI_DATA] != order)
295 if (hdr.e32.e_version != EV_CURRENT)
298 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS64) {
302 Elf32_Ehdr e32 = hdr.e32; local
303 ehdr_to_gelf(&e32, &hdr.e64);
311 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) {
346 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
    [all...]
ctf_lib.c 230 Elf32_Ehdr e32; member in union:__anon8987
281 bcmp(&hdr.e32.e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) {
293 if (hdr.e32.e_ident[EI_DATA] != order)
295 if (hdr.e32.e_version != EV_CURRENT)
298 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS64) {
302 Elf32_Ehdr e32 = hdr.e32; local
303 ehdr_to_gelf(&e32, &hdr.e64);
311 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) {
346 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
    [all...]
ctf_lib.c 230 Elf32_Ehdr e32; member in union:__anon8987
281 bcmp(&hdr.e32.e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) {
293 if (hdr.e32.e_ident[EI_DATA] != order)
295 if (hdr.e32.e_version != EV_CURRENT)
298 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS64) {
302 Elf32_Ehdr e32 = hdr.e32; local
303 ehdr_to_gelf(&e32, &hdr.e64);
311 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) {
346 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
    [all...]
ctf_lib.c 230 Elf32_Ehdr e32; member in union:__anon8987
281 bcmp(&hdr.e32.e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) {
293 if (hdr.e32.e_ident[EI_DATA] != order)
295 if (hdr.e32.e_version != EV_CURRENT)
298 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS64) {
302 Elf32_Ehdr e32 = hdr.e32; local
303 ehdr_to_gelf(&e32, &hdr.e64);
311 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) {
346 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
    [all...]
  /src/sys/arch/sparc64/sparc64/
sunos32_machdep.c 384 struct firm_event32 e32; local
388 e32.id = e->id;
389 e32.value = e->value;
390 e32.time.tv_sec = e->time.tv_sec;
391 e32.time.tv_usec = e->time.tv_usec;
392 error = uiomove((void *)&e32, sizeof(e32), uio);
sunos32_machdep.c 384 struct firm_event32 e32; local
388 e32.id = e->id;
389 e32.value = e->value;
390 e32.time.tv_sec = e->time.tv_sec;
391 e32.time.tv_usec = e->time.tv_usec;
392 error = uiomove((void *)&e32, sizeof(e32), uio);
sunos32_machdep.c 384 struct firm_event32 e32; local
388 e32.id = e->id;
389 e32.value = e->value;
390 e32.time.tv_sec = e->time.tv_sec;
391 e32.time.tv_usec = e->time.tv_usec;
392 error = uiomove((void *)&e32, sizeof(e32), uio);
sunos32_machdep.c 384 struct firm_event32 e32; local
388 e32.id = e->id;
389 e32.value = e->value;
390 e32.time.tv_sec = e->time.tv_sec;
391 e32.time.tv_usec = e->time.tv_usec;
392 error = uiomove((void *)&e32, sizeof(e32), uio);
netbsd32_machdep.c 587 struct firm_event32 e32; local
591 e32.id = e->id;
592 e32.value = e->value;
593 e32.time.tv_sec = e->time.tv_sec;
594 e32.time.tv_usec = e->time.tv_usec;
595 error = uiomove((void *)&e32, sizeof(e32), uio);
netbsd32_machdep.c 587 struct firm_event32 e32; local
591 e32.id = e->id;
592 e32.value = e->value;
593 e32.time.tv_sec = e->time.tv_sec;
594 e32.time.tv_usec = e->time.tv_usec;
595 error = uiomove((void *)&e32, sizeof(e32), uio);
netbsd32_machdep.c 587 struct firm_event32 e32; local
591 e32.id = e->id;
592 e32.value = e->value;
593 e32.time.tv_sec = e->time.tv_sec;
594 e32.time.tv_usec = e->time.tv_usec;
595 error = uiomove((void *)&e32, sizeof(e32), uio);
netbsd32_machdep.c 587 struct firm_event32 e32; local
591 e32.id = e->id;
592 e32.value = e->value;
593 e32.time.tv_sec = e->time.tv_sec;
594 e32.time.tv_usec = e->time.tv_usec;
595 error = uiomove((void *)&e32, sizeof(e32), uio);
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/
aes-riscv64-zvbb-zvkg-zvkned.S 32 # We make the `LENGTH` become e32 length here.
93 # We could use vsetvli with `e32, m1` to compute the `n` number.
286 # We could use vsetvli with `e32, m1` to compute the `n` number.
473 # We make the `LENGTH` become e32 length here.
533 # We could use vsetvli with `e32, m1` to compute the `n` number.
754 # We could use vsetvli with `e32, m1` to compute the `n` number.
aes-riscv64-zvbb-zvkg-zvkned.S 32 # We make the `LENGTH` become e32 length here.
93 # We could use vsetvli with `e32, m1` to compute the `n` number.
286 # We could use vsetvli with `e32, m1` to compute the `n` number.
473 # We make the `LENGTH` become e32 length here.
533 # We could use vsetvli with `e32, m1` to compute the `n` number.
754 # We could use vsetvli with `e32, m1` to compute the `n` number.
aes-riscv64-zvbb-zvkg-zvkned.S 32 # We make the `LENGTH` become e32 length here.
93 # We could use vsetvli with `e32, m1` to compute the `n` number.
286 # We could use vsetvli with `e32, m1` to compute the `n` number.
473 # We make the `LENGTH` become e32 length here.
533 # We could use vsetvli with `e32, m1` to compute the `n` number.
754 # We could use vsetvli with `e32, m1` to compute the `n` number.
aes-riscv64-zvbb-zvkg-zvkned.S 32 # We make the `LENGTH` become e32 length here.
93 # We could use vsetvli with `e32, m1` to compute the `n` number.
286 # We could use vsetvli with `e32, m1` to compute the `n` number.
473 # We make the `LENGTH` become e32 length here.
533 # We could use vsetvli with `e32, m1` to compute the `n` number.
754 # We could use vsetvli with `e32, m1` to compute the `n` number.
  /src/sys/arch/i386/stand/lib/
exec_multiboot2.c 980 Elf32_Ehdr e32; member in union:__anon1475
997 if (memcmp(&ehdr.e32.e_ident, ELFMAG, SELFMAG) != 0)
1000 class = ehdr.e32.e_ident[EI_CLASS];
1004 ehdr32 = &ehdr.e32;
exec_multiboot2.c 980 Elf32_Ehdr e32; member in union:__anon1475
997 if (memcmp(&ehdr.e32.e_ident, ELFMAG, SELFMAG) != 0)
1000 class = ehdr.e32.e_ident[EI_CLASS];
1004 ehdr32 = &ehdr.e32;
exec_multiboot2.c 980 Elf32_Ehdr e32; member in union:__anon1475
997 if (memcmp(&ehdr.e32.e_ident, ELFMAG, SELFMAG) != 0)
1000 class = ehdr.e32.e_ident[EI_CLASS];
1004 ehdr32 = &ehdr.e32;
exec_multiboot2.c 980 Elf32_Ehdr e32; member in union:__anon1475
997 if (memcmp(&ehdr.e32.e_ident, ELFMAG, SELFMAG) != 0)
1000 class = ehdr.e32.e_ident[EI_CLASS];
1004 ehdr32 = &ehdr.e32;
  /src/lib/libc/gdtoa/
misc.c 869 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
874 bigtens[] = { 1e16, 1e32, 1e64 };
877 bigtens[] = { 1e16, 1e32 };

Completed in 122 milliseconds

1 2 3 4