Searched refs:kind (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | ldtoa.c | 61 int be, kind; in __ldtoa() local 80 kind = STRTOG_Normal; in __ldtoa() 86 kind = STRTOG_Zero; in __ldtoa() 89 kind = STRTOG_Denormal; in __ldtoa() 93 kind = STRTOG_Infinite; in __ldtoa() 96 kind = STRTOG_NaN; in __ldtoa() 102 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve); in __ldtoa()
|
D | gdtoa.c | 159 int j, j1, k, k0, k_check, kind, leftright, m2, m5, nbits; local 174 kind = *kindp &= ~STRTOG_Inexact; 175 switch(kind & STRTOG_Retmask) { 327 if (kind & STRTOG_Neg)
|
/bionic/libc/kernel/uapi/linux/tc_ematch/ |
D | tc_em_meta.h | 32 __u16 kind; member 37 #define TCF_META_TYPE(kind) (((kind) & TCF_META_TYPE_MASK) >> 12) argument 39 #define TCF_META_ID(kind) ((kind) & TCF_META_ID_MASK) argument
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | nfnetlink_osf.h | 41 __u16 kind, length; member
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 147 elif self.kind == TokenKind.IDENTIFIER: 266 if token.kind != TokenKind.COMMENT: 463 if self.tokens[self._index].kind != TokenKind.LITERAL: 515 if t.kind != TokenKind.IDENTIFIER: 530 if t.kind != TokenKind.IDENTIFIER: 600 elif op.id == '+' or op.id == '-' or op.kind == TokenKind.LITERAL: 606 elif op.kind == TokenKind.IDENTIFIER: 1055 tokens[i+1].kind == TokenKind.IDENTIFIER)): 1067 elif t.id == ',' and t.cursor.kind == CursorKind.ENUM_DECL: 1305 block.tokens[i-1].kind == TokenKind.IDENTIFIER and [all …]
|
/bionic/libc/bionic/ |
D | pthread_rwlock.cpp | 84 static inline __always_inline void __rwlockattr_setkind(pthread_rwlockattr_t* attr, int kind) { in __rwlockattr_setkind() argument 85 *attr = (*attr & ~RWLOCKATTR_KIND_MASK) | (kind << RWLOCKATTR_KIND_SHIFT); in __rwlockattr_setkind() 233 int kind = __rwlockattr_getkind(attr); in pthread_rwlock_init() local 234 switch (kind) { in pthread_rwlock_init()
|
/bionic/linker/ |
D | linker.h | 100 void count_relocation(RelocationKind kind);
|
D | linker.cpp | 282 void count_relocation(RelocationKind kind) { in count_relocation() argument 283 ++linker_stats.count[kind]; in count_relocation()
|
/bionic/libc/kernel/uapi/linux/ |
D | pkt_cls.h | 439 __u16 kind; member
|
/bionic/docs/ |
D | libc_assembler.md | 100 or choose a device that is less likely to overheat. To detect these kind 134 read past the end. This kind of bug results in an infrequent and difficult to
|
D | elf-tls.md | 408 > exactly for this kind of thing. So this patch simply reads that metadata in, and re-implements
|
/bionic/tests/ |
D | pthread_test.cpp | 852 int kind; in TEST() local 853 ASSERT_EQ(0, pthread_rwlockattr_getkind_np(&attr, &kind)); in TEST() 854 ASSERT_EQ(kind_array[i], kind); in TEST()
|
/bionic/libc/ |
D | NOTICE | 2911 of any kind. I shall in no event be liable for anything that happens
|