Searched refs:END_LINE (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/network/sockets/ |
H A D | ltpServer.c | 47 #define END_LINE 0x0A macro 348 while (*(message_received + bytes_received) != END_LINE in tcp_receive_buffer() 358 /* set last byte to END_LINE */ in tcp_receive_buffer() 359 *(return_buffer + offset) = END_LINE; in tcp_receive_buffer() 366 /* set last byte to END_LINE */ in tcp_receive_buffer() 367 *(return_buffer + offset) = END_LINE; in tcp_receive_buffer()
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
H A D | parser.js | 38 line: token[_tokenize.FIELDS.END_LINE], 55 return getSource(token[_tokenize.FIELDS.START_LINE], token[_tokenize.FIELDS.START_COL], token[_tokenize.FIELDS.END_LINE], token[_tokenize.FIELDS.END_COL]); 61 return getSource(startToken[_tokenize.FIELDS.START_LINE], startToken[_tokenize.FIELDS.START_COL], endToken[_tokenize.FIELDS.END_LINE], endToken[_tokenize.FIELDS.END_COL]); 416 source: getSource(firstToken[_tokenize.FIELDS.START_LINE], firstToken[_tokenize.FIELDS.START_COL], lastToken[_tokenize.FIELDS.END_LINE], lastToken[_tokenize.FIELDS.END_COL]), 470 source: getSource(this.currToken[_tokenize.FIELDS.START_LINE], this.currToken[_tokenize.FIELDS.START_COL], this.tokens[this.position + 2][_tokenize.FIELDS.END_LINE], this.tokens[this.position + 2][_tokenize.FIELDS.END_COL]), 693 source: getSource(parenStart[_tokenize.FIELDS.START_LINE], parenStart[_tokenize.FIELDS.START_COL], parenEnd[_tokenize.FIELDS.END_LINE], parenEnd[_tokenize.FIELDS.END_COL]),
|
H A D | tokenize.js | 72 END_LINE: 3,
|
/third_party/backends/backend/ |
H A D | rts88xx_lib.h | 69 #define END_LINE 0x62 macro
|
H A D | rts88xx_lib.c | 713 regs[END_LINE] = LOBYTE (yend); in sanei_rts88xx_set_scan_area() 714 regs[END_LINE + 1] = HIBYTE (yend); in sanei_rts88xx_set_scan_area()
|
Completed in 5 milliseconds