HomeSort by: relevance | last modified time | path
    Searched defs:pos1 (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c++/detail/
text.cpp 112 std::string::size_type pos1 = str.find_first_not_of(" \t"); local
115 if (pos1 == std::string::npos && pos2 == std::string::npos)
117 else if (pos1 == std::string::npos)
120 return str.substr(pos1);
122 return str.substr(pos1, pos2 - pos1 + 1);
  /src/external/bsd/atf/dist/tools/
text.cpp 107 std::string::size_type pos1 = str.find_first_not_of(" \t"); local
110 if (pos1 == std::string::npos && pos2 == std::string::npos)
112 else if (pos1 == std::string::npos)
115 return str.substr(pos1);
117 return str.substr(pos1, pos2 - pos1 + 1);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs600.c 76 u32 pos1, pos2; local
78 pos1 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]);
81 if (pos1 != pos2)
radeon_evergreen.c 1366 u32 pos1, pos2; local
1368 pos1 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]);
1371 if (pos1 != pos2)
  /src/external/mpl/bind/dist/tests/dns/
name_test.c 817 unsigned int pos1; member in struct:__anon24207
846 dns_name_getlabel(n1, testcases[i].pos1, &l1);
860 unsigned int pos1; member in struct:__anon24208
894 dns_name_getlabelsequence(n1, testcases[i].pos1,
  /src/external/gpl2/texinfo/dist/makeinfo/
node.c 620 long pos1 = 0;
634 pos1 = ftell (output_stream);
639 epilogue_len = ftell (output_stream) - pos1;
616 long pos1 = 0; local
  /src/sys/fs/udf/
udf_allocation.c 367 uint32_t *pos1, *pos2; local
393 pos1 = &lvid->tables[0] + vpart;
395 if (udf_rw32(*pos1) != (uint32_t) -1) {
396 *freeblks += udf_rw32(*pos1);
417 uint32_t *pos1; local
439 pos1 = &lvid->tables[0] + vpart_num;
440 if (udf_rw32(*pos1) != (uint32_t) -1)
441 *freeblks += udf_rw32(*pos1);
  /src/external/mit/isl/dist/
isl_flow.c 2985 isl_size pos1, pos2; local
2987 pos1 = isl_schedule_node_get_ancestor_child_position(node1,
2991 if (pos1 < 0 || pos2 < 0) {
2995 before = pos1 < pos2;
isl_map.c 1078 int pos1; local
1092 pos1 = isl_seq_first_non_zero(bset->eq[i] + 1 + nparam, d);
1093 if (pos1 == -1)
1095 if (isl_seq_first_non_zero(bset->eq[i] + 1 + nparam + pos1 + 1,
1096 d - pos1 - 1) != -1)
1105 if (!isl_int_is_one(bset->eq[i][1 + nparam + pos1]) &&
1106 !isl_int_is_negone(bset->eq[i][1 + nparam + pos1]))
13314 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2)
13316 return isl_map_equate(set, type1, pos1, type2, pos2);
13322 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c 11602 char *pos1, *pos; local
11630 pos1 = os_strstr(cmd, "scs_id=");
11631 if (!pos1) {
11638 while (pos1) {
11646 desc_elem.scs_id = atoi(pos1 + 7);
11647 pos1 += 7;
11649 next_scs_desc = os_strstr(pos1, "scs_id=");
11661 pos1[next_scs_desc - pos1 - 1] = '\0';
11672 if (os_strstr(pos1, "add "))
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 6978 const struct fix_24k_store_info *pos1 = a;
6981 return (pos1->off - pos2->off);
6969 const struct fix_24k_store_info *pos1 = a; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 6669 const struct fix_24k_store_info *pos1 = a;
6672 return (pos1->off - pos2->off);
6660 const struct fix_24k_store_info *pos1 = a; local

Completed in 90 milliseconds