Searched refs:to_store (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-array.hh | 158 unsigned int to_store = (unsigned int) -1) const in lfind() 176 *pos = to_store; in lfind() 358 unsigned int to_store = (unsigned int) -1) const in bfind() 377 *i = to_store; in bfind()
|
H A D | hb-open-type.hh | 482 unsigned int to_store = (unsigned int) -1) const in lfind() 483 { return as_array (len).lfind (x, i, not_found, to_store); } in lfind() 592 unsigned int to_store = (unsigned int) -1) const in bfind() 593 { return as_array (len).bfind (x, i, not_found, to_store); } in bfind() 655 unsigned int to_store = (unsigned int) -1) const in lfind() 656 { return as_array ().lfind (x, i, not_found, to_store); } in lfind() 958 unsigned int to_store = (unsigned int) -1) const in bfind() 959 { return as_array ().bfind (x, i, not_found, to_store); } in bfind()
|
H A D | hb-vector.hh | 348 unsigned int to_store = (unsigned int) -1) const in bfind() 349 { return as_array ().bfind (x, i, not_found, to_store); } in bfind()
|
/third_party/ffmpeg/libavcodec/ |
H A D | sanm.c | 1400 int to_store = 0; in decode_frame() local 1461 to_store = 1; in decode_frame() 1477 if (to_store) in decode_frame()
|
/third_party/python/Python/ |
H A D | specialize.c | 1788 bool to_store = (_Py_OPCODE(next) == STORE_FAST || in _Py_Specialize_BinaryOp() local 1790 if (to_store && locals[_Py_OPARG(next)] == lhs) { in _Py_Specialize_BinaryOp()
|
Completed in 11 milliseconds