Searched refs:len_b (Results 1 - 6 of 6) sorted by relevance
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-ext.cc | 95 const int len_b = strlen(b);
in matchNaming() local 103 return strstr(a, b) == a && a[len_b] == sep;
in matchNaming() 106 for (i = 1; i < len_a - len_b; i++) {
in matchNaming() 107 if (a[i - 1] == sep&&a[i + len_b] == sep&&strstr(a + i, b) == a + i) {
in matchNaming() 114 return len_a > len_b&&a[len_a - len_b - 1] == sep&&strcmp(a + len_a - len_b, b) == 0;
in matchNaming()
|
/third_party/python/Lib/email/ |
H A D | _encoded_words.py | 54 'len_b', 141 def len_b(bstring): function 201 'b': len_b,
|
/third_party/backends/backend/ |
H A D | u12-io.c | 774 u_long len, len_r, len_g, len_b; in u12io_GetFifoLength() local 801 len_b = (u_long)data[11] * 256 + (u_long)data[10]; in u12io_GetFifoLength() 810 if( len_b < len ) in u12io_GetFifoLength() 811 len = len_b; in u12io_GetFifoLength() 814 DBG( _DBG_READ, "FIFO-LEN: %lu %lu %lu = %lu\n", len_r, len_g, len_b, len ); in u12io_GetFifoLength()
|
/third_party/python/Objects/ |
H A D | bytesobject.c | 1525 Py_ssize_t len_a, len_b; in bytes_richcompare() local 1567 len_b = Py_SIZE(b); in bytes_richcompare() 1568 min_len = Py_MIN(len_a, len_b); in bytes_richcompare() 1578 Py_RETURN_RICHCOMPARE(len_a, len_b, op); in bytes_richcompare()
|
/third_party/python/Modules/ |
H A D | _hashopenssl.c | 1940 Py_ssize_t len_a, Py_ssize_t len_b) in _tscmp() 1945 Py_ssize_t length = len_b; in _tscmp() 1939 _tscmp(const unsigned char *a, const unsigned char *b, Py_ssize_t len_a, Py_ssize_t len_b) _tscmp() argument
|
H A D | _operator.c | 741 Py_ssize_t len_a, Py_ssize_t len_b) in _tscmp() 754 length = len_b; in _tscmp() 740 _tscmp(const unsigned char *a, const unsigned char *b, Py_ssize_t len_a, Py_ssize_t len_b) _tscmp() argument
|
Completed in 11 milliseconds