Home
last modified time | relevance | path

Searched refs:alt (Results 1 – 25 of 30) sorted by relevance

12

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dpred.c152 find_in_aSubBlk( Junction *alt ) in find_in_aSubBlk() argument
154 find_in_aSubBlk( alt ) in find_in_aSubBlk()
155 Junction *alt; in find_in_aSubBlk()
159 Junction *p = alt;
162 return MR_find_in_aSubBlk(alt);
203 find_in_aOptBlk( Junction *alt ) in find_in_aOptBlk() argument
205 find_in_aOptBlk( alt ) in find_in_aOptBlk()
206 Junction *alt; in find_in_aOptBlk()
209 return find_in_aSubBlk( alt );
214 find_in_aLoopBegin( Junction *alt ) in find_in_aLoopBegin() argument
[all …]
Degman.c198 void altAdd(Junction *alt) in altAdd() argument
200 void altAdd(alt) in altAdd()
201 Junction *alt; in altAdd()
210 alt->curAltNum=CurAltNum_array[BlkLevel];
211 alt->pendingLink=altArray[BlkLevel];
212 altArray[BlkLevel]=alt;
Dmisc.c960 Junction *alt, *p; local
967 alt = (Junction *)q->p2;
968 PRINT(alt->p1);
973 while ( !set_nil(alt->fset[k]) )
975 s_fprT(stdout, alt->fset[k]);
977 if ( !set_nil(alt->fset[k]) ) printf(", ");
983 for (a=1,alt=q; alt != NULL; alt= (Junction *) alt->p2, a++)
985 if ( alt->p1 != NULL ) PRINT(alt->p1);
988 printf( " /* [%d] ", alt->altnum);
990 while ( !set_nil(alt->fset[k]) )
[all …]
Dgen.c221 Junction *alt; local
224 for (alt=q; alt != NULL; alt= (Junction *) alt->p2 )
226 for (i=1; i<=CLL_k; i++) set_free(alt->fset[i]);
1553 Junction *alt; local
1575 for (alt=q; alt != NULL; alt= (Junction *) alt->p2 )
1577 if ( alt->p2 == NULL ) /* chk for empty alt */
1579 Node *p = alt->p1;
1618 /* MR10 */ if (alt->p2 == NULL &&
1620 /* MR10 */ if (first_item_is_guess_block(alt)) {
1622 /* MR10 */ FileStr[alt->file],alt->line);
[all …]
Dtokens.h117 void alt(set * toksrefd,set * rulesrefd);
119 extern void alt();
Dfset2.c541 Junction *alt; local
581 for (alt=(Junction *)p->p2; alt!=NULL; alt = (Junction *)alt->p2)
584 if ( alt->ignore ) break;
586 if ( tail==NULL ) {TRAV(alt->p1, k, rk, tail); r->down = tail;}
593 TRAV(alt->p1, k, rk, tail->right);
Dmrhoist.c1408 Predicate * MR_find_in_aSubBlk(Junction *alt) argument
1410 Predicate * MR_find_in_aSubBlk(alt)
1411 Junction *alt;
1454 for (p=alt; p!=NULL; p=(Junction *)p->p2) {
1469 if (alt->jtype == aPlusBlk) {
1492 for (i=0,p=alt;
Dantlr.c1683 alt( toksrefd,rulesrefd );
1729 alt( toksrefd,rulesrefd );
1772 alt(set * toksrefd,set * rulesrefd) in alt() function
1774 alt(toksrefd,rulesrefd) in alt()
Dproto.h486 extern Predicate * MR_find_in_aSubBlk(Junction *alt); /* MR10 */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dmicroprotocols.c76 pysqlite_microprotocols_adapt(PyObject *obj, PyObject *proto, PyObject *alt) in pysqlite_microprotocols_adapt() argument
137 PyObject *obj, *alt = NULL; in pysqlite_adapt() local
140 if (!PyArg_ParseTuple(args, "O|OO", &obj, &proto, &alt)) return NULL; in pysqlite_adapt()
141 return pysqlite_microprotocols_adapt(obj, proto, alt); in pysqlite_adapt()
Dmicroprotocols.h48 PyObject *obj, PyObject *proto, PyObject *alt);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dpytree.py681 for alt in content:
682 assert len(alt), repr(alt) # Can have empty alternatives
775 for alt in self.content:
776 for c, r in generate_matches(alt, nodes):
786 for alt in self.content:
787 for c1, r1 in generate_matches(alt, nodes[c0:]):
818 for alt in self.content:
819 for c0, r0 in generate_matches(alt, nodes):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_wsgiref.py178 def checkDefault(self, key, value, alt=None): argument
188 env = {key:alt}
190 self.assertTrue(env[key] is alt)
326 for alt in hop, hop.title(), hop.upper(), hop.lower():
327 self.assertTrue(util.is_hop_by_hop(alt))
333 for alt in hop, hop.title(), hop.upper(), hop.lower():
334 self.assertFalse(util.is_hop_by_hop(alt))
/device/google/contexthub/sensorhal/
Dhubconnection.cpp195 mSensorState[COMMS_SENSOR_ACCEL].alt[0] = COMMS_SENSOR_ACCEL_UNCALIBRATED; in HubConnection()
196 mSensorState[COMMS_SENSOR_ACCEL].alt[1] = COMMS_SENSOR_ACCEL_WRIST_AWARE; in HubConnection()
199 mSensorState[COMMS_SENSOR_ACCEL_UNCALIBRATED].alt[0] = COMMS_SENSOR_ACCEL; in HubConnection()
200 mSensorState[COMMS_SENSOR_ACCEL_UNCALIBRATED].alt[1] = COMMS_SENSOR_ACCEL_WRIST_AWARE; in HubConnection()
203 mSensorState[COMMS_SENSOR_ACCEL_WRIST_AWARE].alt[0] = COMMS_SENSOR_ACCEL; in HubConnection()
204 mSensorState[COMMS_SENSOR_ACCEL_WRIST_AWARE].alt[1] = COMMS_SENSOR_ACCEL_UNCALIBRATED; in HubConnection()
206 mSensorState[COMMS_SENSOR_GYRO].alt[0] = COMMS_SENSOR_GYRO_UNCALIBRATED; in HubConnection()
207 mSensorState[COMMS_SENSOR_GYRO].alt[1] = COMMS_SENSOR_GYRO_WRIST_AWARE; in HubConnection()
210 mSensorState[COMMS_SENSOR_GYRO_UNCALIBRATED].alt[0] = COMMS_SENSOR_GYRO; in HubConnection()
211 mSensorState[COMMS_SENSOR_GYRO_UNCALIBRATED].alt[1] = COMMS_SENSOR_GYRO_WRIST_AWARE; in HubConnection()
[all …]
Dhubconnection.h179 uint8_t alt[MAX_ALTERNATES]; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dhtmllib.py128 def handle_image(self, src, alt, *args): argument
135 self.handle_data(alt)
414 alt = '(image)'
423 alt = value
434 self.handle_image(src, alt, ismap, align, width, height)
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_debug.c738 u_int32_t latit = 0, longit = 0, alt = 0; in loc_aton() local
791 alt = (10000000 + (altsign * (altmeters * 100 + altfrac))); in loc_aton()
835 PUTLONG(alt,bcp); in loc_aton()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dnewslist.doc30 alt.foo Articles about foo
/device/generic/goldfish/gps/
Dgps_qemu.c369 double alt; in nmea_reader_update_altitude() local
385 double alt; in nmea_reader_update_bearing() local
401 double alt; in nmea_reader_update_speed() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_SUMMARY.txt518 (file t10.g alt 1 line 5 and alt 2 line 6)
532 |Choice 1: rule0/1 alt 1 line 5 file t10.g |
561 |Choice 2: rule0/2 alt 2 line 6 file t10.g |
624 The predicate used for alt 2 of rule1 is (Alpha || Beta). This
656 (file t11.g alt 1 line 5 and alt 2 line 6)
676 (file v98.g alt 1 line 1 and alt 2 line 2)
1043 The alt without the predicate includes all cases where
1053 The lookahead set for the alt WITHOUT the semantic predicate:
1142 The lookahead set for the alt WITHOUT the semantic predicate:
1826 The alt without the predicate includes all cases where the
[all …]
DCHANGES_FROM_133_BEFORE_MR13.txt34 predicate at l1 even though alt l2 contains (indirectly) a predicate.
80 a. If the context is true don't enter an alt
84 the alt without evaluating the predicate at all.
533 (file t10.g alt 1 line 5 and alt 2 line 6)
547 |Choice 1: rule0/1 alt 1 line 5 file t10.g |
576 |Choice 2: rule0/2 alt 2 line 6 file t10.g |
639 The predicate used for alt 2 of rule1 is (Alpha || Beta). This
671 (file t11.g alt 1 line 5 and alt 2 line 6)
839 (file v98.g alt 1 line 1 and alt 2 line 2)
1330 The alt without the predicate includes all cases where
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_SUMMARY.txt518 (file t10.g alt 1 line 5 and alt 2 line 6)
532 |Choice 1: rule0/1 alt 1 line 5 file t10.g |
561 |Choice 2: rule0/2 alt 2 line 6 file t10.g |
624 The predicate used for alt 2 of rule1 is (Alpha || Beta). This
656 (file t11.g alt 1 line 5 and alt 2 line 6)
676 (file v98.g alt 1 line 1 and alt 2 line 2)
1043 The alt without the predicate includes all cases where
1053 The lookahead set for the alt WITHOUT the semantic predicate:
1142 The lookahead set for the alt WITHOUT the semantic predicate:
1826 The alt without the predicate includes all cases where the
[all …]
DCHANGES_FROM_133_before_mr13.txt34 predicate at l1 even though alt l2 contains (indirectly) a predicate.
80 a. If the context is true don't enter an alt
84 the alt without evaluating the predicate at all.
533 (file t10.g alt 1 line 5 and alt 2 line 6)
547 |Choice 1: rule0/1 alt 1 line 5 file t10.g |
576 |Choice 2: rule0/2 alt 2 line 6 file t10.g |
639 The predicate used for alt 2 of rule1 is (Alpha || Beta). This
671 (file t11.g alt 1 line 5 and alt 2 line 6)
839 (file v98.g alt 1 line 1 and alt 2 line 2)
1330 The alt without the predicate includes all cases where
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregcomp.c4305 select_opt_exact_info(OnigEncoding enc, OptExactInfo* now, OptExactInfo* alt) in select_opt_exact_info() argument
4310 v2 = alt->len; in select_opt_exact_info()
4316 copy_opt_exact_info(now, alt); in select_opt_exact_info()
4322 v1 = map_position_value(enc, alt->s[0]); in select_opt_exact_info()
4325 if (alt->len > 1) v2 += 5; in select_opt_exact_info()
4329 if (alt->ignore_case == 0) v2 *= 2; in select_opt_exact_info()
4331 if (comp_distance_value(&now->mmd, &alt->mmd, v1, v2) > 0) in select_opt_exact_info()
4332 copy_opt_exact_info(now, alt); in select_opt_exact_info()
4401 select_opt_map_info(OptMapInfo* now, OptMapInfo* alt) in select_opt_map_info() argument
4407 if (alt->value == 0) return ; in select_opt_map_info()
[all …]
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dservices415 http-alt 8080/tcp webcache # WWW caching service
416 http-alt 8080/udp # WWW caching service

12