HomeSort by relevance Sort by last modified time
    Searched full:invb (Results 1 - 10 of 10) sorted by null

  /external/skia/gm/
complexclip3.cpp 77 for (int invB = 0; invB < 2; ++invB) {
81 bool doInvB = SkToBool(invB);
complexclip.cpp 160 const char* bTxt = doInvB ? "InvB " : "B ";
  /external/skqp/gm/
complexclip3.cpp 77 for (int invB = 0; invB < 2; ++invB) {
81 bool doInvB = SkToBool(invB);
complexclip.cpp 160 const char* bTxt = doInvB ? "InvB " : "B ";
  /external/syslinux/core/lwip/src/core/snmp/
msg_in.c 109 msg_ps->outvb = msg_ps->invb;
110 msg_ps->invb.head = NULL;
111 msg_ps->invb.tail = NULL;
112 msg_ps->invb.count = 0;
135 snmp_varbind_list_free(&msg_ps->invb);
191 /* move name from invb to outvb */
210 /* search again (if vb_idx < msg_ps->invb.count) */
230 /* search again (if vb_idx < msg_ps->invb.count) */
244 (msg_ps->vb_idx < msg_ps->invb.count))
251 msg_ps->vb_ptr = msg_ps->invb.head
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
snmp_msg.h 253 struct snmp_varbind_root invb; member in struct:snmp_msg_pstat
  /external/skia/samplecode/
SampleFilterFuzz.cpp 297 static sk_sp<SkData> make_3Dlut(int* cubeDimension, bool invR, bool invG, bool invB) {
316 invB ? invLut[b] : lut[b]);
  /external/skqp/samplecode/
SampleFilterFuzz.cpp 297 static sk_sp<SkData> make_3Dlut(int* cubeDimension, bool invR, bool invG, bool invB) {
316 invB ? invLut[b] : lut[b]);
  /external/skia/tests/
ClipStackTest.cpp 217 // A op invB
224 // invA op invB
    [all...]
  /external/skqp/tests/
ClipStackTest.cpp 217 // A op invB
224 // invA op invB
    [all...]

Completed in 786 milliseconds