/third_party/musl/arch/i386/bits/ |
D | io.h | 37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb() argument 40 : "+S" (__buf), "+c" (__n) in outsb() 44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw() argument 47 : "+S" (__buf), "+c" (__n) in outsw() 51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl() argument 54 : "+S" (__buf), "+c"(__n) in outsl() 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() argument 61 : "+D" (__buf), "+c" (__n) in insb() 65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw() argument 68 : "+D" (__buf), "+c" (__n) in insw() [all …]
|
/third_party/musl/arch/x86_64/bits/ |
D | io.h | 37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb() argument 40 : "+S" (__buf), "+c" (__n) in outsb() 44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw() argument 47 : "+S" (__buf), "+c" (__n) in outsw() 51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl() argument 54 : "+S" (__buf), "+c"(__n) in outsl() 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() argument 61 : "+D" (__buf), "+c" (__n) in insb() 65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw() argument 68 : "+D" (__buf), "+c" (__n) in insw() [all …]
|
/third_party/musl/arch/x32/bits/ |
D | io.h | 37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb() argument 40 : "+S" (__buf), "+c" (__n) in outsb() 44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw() argument 47 : "+S" (__buf), "+c" (__n) in outsw() 51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl() argument 54 : "+S" (__buf), "+c"(__n) in outsl() 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() argument 61 : "+D" (__buf), "+c" (__n) in insb() 65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw() argument 68 : "+D" (__buf), "+c" (__n) in insw() [all …]
|
/third_party/python/Lib/ |
D | xdrlib.py | 54 self.__buf = BytesIO() 57 return self.__buf.getvalue() 63 self.__buf.write(struct.pack('>L', x)) 67 self.__buf.write(struct.pack('>l', x)) 72 if x: self.__buf.write(b'\0\0\0\1') 73 else: self.__buf.write(b'\0\0\0\0') 89 self.__buf.write(struct.pack('>f', x)) 93 self.__buf.write(struct.pack('>d', x)) 101 self.__buf.write(data) 139 self.__buf = data [all …]
|
/third_party/ejdb/src/jql/ |
D | jqp.c | 147 char *__buf; member 204 yy->__buf= (char *)YY_REALLOC(yy, yy->__buf, yy->__buflen); in yyrefill() 207 YY_INPUT(yy, (yy->__buf + yy->__pos), yyn, (yy->__buflen - yy->__pos)); in yyrefill() 209 YY_INPUT((yy->__buf + yy->__pos), yyn, (yy->__buflen - yy->__pos)); in yyrefill() 226 if ((unsigned char)yy->__buf[yy->__pos] == c) in yymatchChar() 229 yyprintf((stderr, " ok yymatchChar(yy, %c) @ %s\n", c, yy->__buf+yy->__pos)); in yymatchChar() 232 yyprintf((stderr, " fail yymatchChar(yy, %c) @ %s\n", c, yy->__buf+yy->__pos)); in yymatchChar() 242 if (yy->__buf[yy->__pos] != *s) in yymatchString() 257 c= (unsigned char)yy->__buf[yy->__pos]; in yymatchClass() 261 yyprintf((stderr, " ok yymatchClass @ %s\n", yy->__buf+yy->__pos)); in yymatchClass() [all …]
|
/third_party/uboot/u-boot-2020.01/include/ |
D | spi-mem.h | 42 #define SPI_MEM_OP_DATA_IN(__nbytes, __buf, __buswidth) \ argument 46 .buf.in = __buf, \ 50 #define SPI_MEM_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ argument 54 .buf.out = __buf, \
|
/third_party/musl/include/ |
D | crypt.h | 10 char __buf[256]; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | crypt.h | 10 char __buf[256]; member
|
/third_party/ltp/include/lapi/ |
D | semun.h | 18 struct seminfo *__buf; /* buffer for IPC_INFO */ member
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop02.c | 127 arr.__buf = &ipc_buf; in setup()
|
/third_party/boost/libs/random/src/ |
D | random_device.cpp | 172 extern int read(int __fd, __ptr_t __buf, size_t __nbytes);
|
/third_party/ntfs-3g/ntfsprogs/ |
D | mkntfs.c | 3046 char *__buf = NULL; in insert_file_link_in_dir_index() 3048 file_name->file_name_length, &__buf, 0); in insert_file_link_in_dir_index() 3053 __buf); in insert_file_link_in_dir_index() 3054 free(__buf); in insert_file_link_in_dir_index() 3059 char *__buf = NULL; in insert_file_link_in_dir_index() 3061 ie->key.file_name.file_name_length + 1, &__buf, in insert_file_link_in_dir_index() 3067 __buf); in insert_file_link_in_dir_index() 3068 free(__buf); in insert_file_link_in_dir_index()
|
/third_party/musl/src/internal/ |
D | syscall.h | 380 hidden void __procfdname(char __buf[static 15+3*sizeof(int)], unsigned);
|
/third_party/musl/porting/linux/user/src/internal/ |
D | syscall.h | 376 hidden void __procfdname(char __buf[static 15+3*sizeof(int)], unsigned);
|
/third_party/toybox/toys/pending/ |
D | ipcs.c | 47 struct seminfo *__buf; member
|
/third_party/ejdb/src/jql/inc/ |
D | jqpx.c | 1024 yy->__buf[yy->__limit] = '\0'; in yyerror() 1027 buf[0] = yy->__buf[yy->__pos++]; in yyerror()
|