/external/kernel-headers/original/linux/ |
D | cpu.h | 47 static inline void unregister_cpu_notifier(struct notifier_block *nb) in unregister_cpu_notifier() 56 static inline int register_cpu_notifier(struct notifier_block *nb) in register_cpu_notifier() 60 static inline void unregister_cpu_notifier(struct notifier_block *nb) in unregister_cpu_notifier() 76 #define register_hotcpu_notifier(nb) register_cpu_notifier(nb) argument 77 #define unregister_hotcpu_notifier(nb) unregister_cpu_notifier(nb) argument 85 #define register_hotcpu_notifier(nb) do { } while (0) argument 86 #define unregister_hotcpu_notifier(nb) do { } while (0) argument
|
/external/iproute2/tc/ |
D | em_nbyte.c | 47 struct tcf_em_nbyte nb; in nbyte_parse_eopt() local 111 struct tcf_em_nbyte *nb = data; in nbyte_print_eopt() local
|
/external/tcpdump/ |
D | print-netbios.c | 49 netbios_print(struct p8022Hdr *nb, u_int length) in netbios_print()
|
/external/webp/src/enc/ |
D | cost.h | 30 static inline uint64_t VP8BranchCost(uint64_t nb, uint64_t total, in VP8BranchCost()
|
D | analysis.c | 122 const int nb = enc->segment_hdr_.num_segments_; in SetSegmentAlphas() local 146 const int nb = enc->segment_hdr_.num_segments_; in AssignSegments() local
|
D | frame.c | 66 static int CalcSkipProba(uint64_t nb, uint64_t total) { in CalcSkipProba() 159 static int CalcTokenProba(uint64_t nb, uint64_t total) { in CalcTokenProba()
|
/external/bluetooth/glib/tests/ |
D | gio-test.c | 71 gsize nb; in read_all() local 139 guint nb; in recv_message() local 236 guint nb; in recv_windows_message() local
|
/external/valgrind/main/none/tests/ |
D | shorts.c | 4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
D | ip_conntrack.h | 319 static inline int ip_conntrack_register_notifier(struct notifier_block *nb) in ip_conntrack_register_notifier() 324 static inline int ip_conntrack_unregister_notifier(struct notifier_block *nb) in ip_conntrack_unregister_notifier() 330 ip_conntrack_expect_register_notifier(struct notifier_block *nb) in ip_conntrack_expect_register_notifier() 336 ip_conntrack_expect_unregister_notifier(struct notifier_block *nb) in ip_conntrack_expect_unregister_notifier()
|
/external/llvm/lib/Target/ |
D | TargetRegisterInfo.cpp | 135 int nb = std::distance(Best->begin(), Best->end()); in getCommonSubClass() local
|
/external/oprofile/libpopt/ |
D | poptparse.c | 17 size_t nb = (argc + 1) * sizeof(*argv); in poptDupArgv() local
|
/external/clang/test/SemaCXX/ |
D | copy-assignment.cpp | 54 B b, nb; in test() local
|
/external/llvm/lib/CodeGen/ |
D | MachineLoopRanges.cpp | 87 unsigned nb = b->getNumber(); in byNumber() local
|
/external/webkit/Source/WebCore/platform/ |
D | Arena.cpp | 125 void* ArenaAllocate(ArenaPool *pool, unsigned int nb) in ArenaAllocate()
|
D | Arena.h | 82 #define ARENA_ALLOCATE(p, pool, nb) \ argument
|
/external/libxml2/ |
D | xmlmemory.c | 647 int nb = 0; in xmlMemDisplayLast() local 718 int nb = 0; in xmlMemDisplay() local
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
D | SDL_malloc.c | 3165 static void* mmap_alloc(mstate m, size_t nb) { in mmap_alloc() 3192 static mchunkptr mmap_resize(mstate m, mchunkptr oldp, size_t nb) { in mmap_resize() 3274 size_t nb) { in prepend_alloc() 3371 static void* sys_alloc(mstate m, size_t nb) { in sys_alloc() 3669 static void* tmalloc_large(mstate m, size_t nb) { in tmalloc_large() 3742 static void* tmalloc_small(mstate m, size_t nb) { in tmalloc_small() 3798 size_t nb = request2size(bytes); in internal_realloc() local 3870 size_t nb = request2size(bytes); in internal_memalign() local 4097 size_t nb; in dlmalloc() local 4504 size_t nb; in mspace_malloc() local
|
/external/libffi/src/ |
D | dlmalloc.c | 3153 static void* mmap_alloc(mstate m, size_t nb) { in mmap_alloc() 3180 static mchunkptr mmap_resize(mstate m, mchunkptr oldp, size_t nb) { in mmap_resize() 3262 size_t nb) { in prepend_alloc() 3359 static void* sys_alloc(mstate m, size_t nb) { in sys_alloc() 3659 static void* tmalloc_large(mstate m, size_t nb) { in tmalloc_large() 3732 static void* tmalloc_small(mstate m, size_t nb) { in tmalloc_small() 3788 size_t nb = request2size(bytes); in internal_realloc() local 3860 size_t nb = request2size(bytes); in internal_memalign() local 4087 size_t nb; in dlmalloc() local 4494 size_t nb; in mspace_malloc() local
|
/external/openssl/crypto/bn/ |
D | bn_mul.c | 1104 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb) in bn_mul_normal()
|
/external/chromium/net/socket/ |
D | ssl_server_socket_nss.cc | 434 int nb = memio_GetReadParams(nss_bufs_, &buf); in BufferRecv() local
|
/external/stlport/test/unit/ |
D | set_test.cpp | 101 size_t nb = s.erase(1); in erase() local
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/ |
D | compsup.m | 96 nb = n/blockLen - oversampling + 1; % in blocks variable
|
/external/speex/libspeex/ |
D | lsp.c | 219 int lpc_to_lsp (spx_coef_t *a,int lpcrdr,spx_lsp_t *freq,int nb,spx_word16_t delta, char *stack) in lpc_to_lsp()
|
/external/opencv/cxcore/src/ |
D | cxsvd.cpp | 1026 const double* b, int ldb, int nb, in icvSVBkSb_64f() 1120 const float* b, int ldb, int nb, in icvSVBkSb_32f()
|
/external/libxslt/libxslt/ |
D | xsltutils.c | 1884 int nb, i,j; in xsltSaveProfiling() local 2008 int nb = 0, max = 0, i, j; in xsltGetProfileInformation() local
|