HomeSort by: relevance | last modified time | path
    Searched defs:uint64_t (Results 1 - 25 of 135) sorted by relevancy

1 2 3 4 5 6

  /src/tests/usr.bin/xlint/lint1/
msg_357.c 21 typedef unsigned long long uint64_t; typedef
23 int snprintb(char *, size_t, const char *, uint64_t);
26 examples(unsigned u32, uint64_t u64)
msg_358.c 21 typedef unsigned long long uint64_t; typedef
23 int snprintb(char *, size_t, const char *, uint64_t);
26 examples(unsigned u32, uint64_t u64)
msg_360.c 15 typedef unsigned long long uint64_t; typedef
17 int snprintb(char *, size_t, const char *, uint64_t);
msg_362.c 14 typedef unsigned long long uint64_t; typedef
16 int snprintb(char *, size_t, const char *, uint64_t);
msg_363.c 16 typedef unsigned long long uint64_t; typedef
18 int snprintb(char *, size_t, const char *, uint64_t);
msg_364.c 14 typedef unsigned long long uint64_t; typedef
16 int snprintb(char *, size_t, const char *, uint64_t);
msg_365.c 13 typedef unsigned long long uint64_t; typedef
15 int snprintb(char *, size_t, const char *, uint64_t);
msg_366.c 18 typedef unsigned long long uint64_t; typedef
20 int snprintb(char *, size_t, const char *, uint64_t);
msg_367.c 16 typedef unsigned long long uint64_t; typedef
18 int snprintb(char *, size_t, const char *, uint64_t);
60 new_style(uint64_t u64)
msg_368.c 14 typedef unsigned long long uint64_t; typedef
16 int snprintb(char *, size_t, const char *, uint64_t);
19 example(uint64_t val)
msg_369.c 16 typedef unsigned long long uint64_t; typedef
18 int snprintb(char *, size_t, const char *, uint64_t);
21 example(unsigned u32, uint64_t u64)
msg_370.c 16 typedef unsigned long long uint64_t; typedef
18 int snprintb(char *, size_t, const char *, uint64_t);
21 example(uint64_t u64)
msg_371.c 15 typedef unsigned long long uint64_t; typedef
17 int snprintb(char *, size_t, const char *, uint64_t);
20 example(unsigned u32, uint64_t u64)
msg_372.c 14 typedef unsigned long long uint64_t; typedef
16 int snprintb(char *, size_t, const char *, uint64_t);
19 example(uint64_t u64)
msg_373.c 15 typedef unsigned long long uint64_t; typedef
17 int snprintb(char *, size_t, const char *, uint64_t);
20 example(uint64_t u64)
msg_375.c 14 typedef unsigned long long uint64_t; typedef
16 int snprintb(char *, size_t, const char *, uint64_t);
19 example(uint64_t u64)
msg_376.c 13 typedef unsigned long long uint64_t; typedef
15 int snprintb(char *, size_t, const char *, uint64_t);
18 example(unsigned u32, uint64_t u64)
msg_377.c 17 typedef unsigned long long uint64_t; typedef
19 int snprintb(char *, size_t, const char *, uint64_t);
22 example(unsigned u32, uint64_t u64)
msg_359.c 16 typedef unsigned long long uint64_t; typedef
18 int snprintb(char *, size_t, const char *, uint64_t);
msg_361.c 14 typedef unsigned long long uint64_t; typedef
16 int snprintb(char *, size_t, const char *, uint64_t);
msg_374.c 14 typedef unsigned long long uint64_t; typedef
16 int snprintb(char *, size_t, const char *, uint64_t);
19 example(uint64_t u64)
msg_378.c 15 typedef unsigned long long uint64_t; typedef
17 int snprintb(char *, size_t, const char *, uint64_t);
20 example(unsigned u32, uint64_t u64)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
mips-octeon-bbit.c 1 typedef unsigned long long uint64_t; typedef
7 int bbit_is_taken_##BRANCH_IF##_##BIT (volatile uint64_t *p) \
24 volatile uint64_t taken_##BRANCH_IF##_##BIT = \
25 BASE & (~(1ull << BIT)) | ((uint64_t) BRANCH_IF << BIT); \
26 volatile uint64_t not_taken_##BRANCH_IF##_##BIT = \
27 BASE & (~(1ull << BIT)) | (((uint64_t) !BRANCH_IF) << BIT);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
mips-octeon-bbit.c 1 typedef unsigned long long uint64_t; typedef
7 int bbit_is_taken_##BRANCH_IF##_##BIT (volatile uint64_t *p) \
24 volatile uint64_t taken_##BRANCH_IF##_##BIT = \
25 BASE & (~(1ull << BIT)) | ((uint64_t) BRANCH_IF << BIT); \
26 volatile uint64_t not_taken_##BRANCH_IF##_##BIT = \
27 BASE & (~(1ull << BIT)) | (((uint64_t) !BRANCH_IF) << BIT);
  /src/external/gpl3/gdb.old/dist/gdb/arch/
i386-linux-tdesc.c 28 i386_linux_read_description (uint64_t xcr0)
33 static std::unordered_map<uint64_t, const target_desc_up> i386_tdesc_cache; local

Completed in 53 milliseconds

1 2 3 4 5 6