HomeSort by relevance Sort by last modified time
    Searched defs:pos3 (Results 1 - 15 of 15) sorted by null

  /external/wpa_supplicant_8/src/ap/
eap_user_db.c 36 char *pos3 = os_strchr(start, ','); local
37 if (pos3)
38 *pos3++ = '\0';
70 if (pos3 == NULL)
72 start = pos3;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 75 float *pos3 = v3->data[pos]; local
97 pos3[1] = pos3[1] + half_width - bias;
104 pos3[0] -= 0.5f;
111 pos3[0] += 0.5f;
120 pos3[0] = pos3[0] + half_width + bias;
127 pos3[1] -= 0.5f;
134 pos3[1] += 0.5f;
draw_pipe_wide_point.c 140 float *pos3 = v3->data[pos]; local
165 pos3[0] += right_adj;
166 pos3[1] += bot_adj;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 75 float *pos3 = v3->data[pos]; local
97 pos3[1] = pos3[1] + half_width - bias;
104 pos3[0] -= 0.5f;
111 pos3[0] += 0.5f;
120 pos3[0] = pos3[0] + half_width + bias;
127 pos3[1] -= 0.5f;
134 pos3[1] += 0.5f;
draw_pipe_wide_point.c 140 float *pos3 = v3->data[pos]; local
165 pos3[0] += right_adj;
166 pos3[1] += bot_adj;
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 66 float[] pos3 = { 1f, 2f, 3f, 4f }; local
68 assertTrue(mPathMeasure.getPosTan(0f, pos3, tan3));
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 305 uint64_t pos1, pos2, pos3; local
337 pos3 = VP8BitWriterPos(bw);
341 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3);
frame.c 472 uint64_t pos1, pos2, pos3; local
512 pos3 = VP8BitWriterPos(bw);
514 it->uv_bits_ = pos3 - pos2;
  /external/webp/src/enc/
syntax.c 305 uint64_t pos1, pos2, pos3; local
337 pos3 = VP8BitWriterPos(bw);
341 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3);
frame.c 472 uint64_t pos1, pos2, pos3; local
512 pos3 = VP8BitWriterPos(bw);
514 it->uv_bits_ = pos3 - pos2;
  /external/grub/netboot/
sk_g16.c 104 * In POS3 are bits A14-A19 of the address bus. These bits can be set
1113 pos3 = inb(SK_POS3), local
1118 "## pos0=%#hX pos1=%#hX pos2=%#hX pos3=%#hX pos4=%#hX\n",
1119 SK_NAME, text, pos0, pos1, pos2, (pos3<<14), pos4);
  /external/wpa_supplicant_8/hostapd/
config_file.c 292 char *pos3 = os_strchr(start, ','); local
293 if (pos3) {
294 *pos3++ = '\0';
332 if (pos3 == NULL)
334 start = pos3;
    [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 861 UniquePosition pos3; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 4370 const char *pos, *pos2, *pos3; local
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 358 milliseconds