Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 12 of 12) sorted by relevance

/scripts/
Ddecodecode45 1) type=byte ;;
46 2) type=2byte ;;
47 4) type=4byte ;;
Dpnmtologo.c272 static void write_hex(unsigned char byte) in write_hex() argument
275 fprintf(out, ", 0x%02x", byte); in write_hex()
277 fprintf(out, ",\n\t0x%02x", byte); in write_hex()
279 fprintf(out, "\t0x%02x", byte); in write_hex()
/scripts/dtc/
Ddtc-lexer.l175 yylval.byte = strtol(yytext, NULL, 16);
176 DPRINT("Byte: %02x\n", (int)yylval.byte);
Ddata.c220 struct data data_append_byte(struct data d, uint8_t byte) in data_append_byte() argument
222 return data_append_data(d, &byte, 1); in data_append_byte()
Ddtc-parser.y45 uint8_t byte; member
71 %token <byte> DT_BYTE
Ddtc-parser.tab.h_shipped78 uint8_t byte;
Ddtc.h116 struct data data_append_byte(struct data d, uint8_t byte);
Ddtc-lexer.lex.c_shipped1096 yylval.byte = strtol(yytext, NULL, 16);
1097 DPRINT("Byte: %02x\n", (int)yylval.byte);
1929 * @param yybytes the byte buffer to scan
Ddtc-parser.tab.c_shipped155 uint8_t byte;
2081 (yyval.data) = data_append_byte((yyvsp[(1) - (2)].data), (yyvsp[(2) - (2)].byte));
/scripts/kconfig/
Dzconf.lex.c_shipped2061 * @param bytes the byte buffer to scan
Dzconf.tab.c_shipped1175 including the terminating null byte. If YYRESULT is null, do not
/scripts/genksyms/
Dlex.lex.c_shipped1666 * @param bytes the byte buffer to scan