Searched defs:changed (Results 1 - 12 of 12) sorted by relevance

/device/google/dragon/audio/hal/dsp/tests/
H A Dcmpraw.c26 size_t i, n, changed; local
44 changed = 0;
47 changed++;
52 printf("avg diff = %g, max diff = %g, changed = %.3f%%\n",
53 diff / n, maxdiff * 32768, changed*100.0f/n);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dthread_os2.h89 HEV changed; member in struct:os2_lock_t
117 DosCreateEventSem(NULL, &lock->changed, 0, 0);
121 lock->changed));
143 DosCloseEventSem(lock->changed);
182 DosWaitEventSem(lock->changed, SEM_INDEFINITE_WAIT);
193 DosResetEventSem(lock->changed, &count);
236 DosPostEventSem(lock->changed);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
H A Dpytree.py149 self.parent.changed()
164 def changed(self): member in class:Base
166 self.parent.changed()
177 self.parent.changed()
330 self.changed()
339 self.changed()
348 self.changed()
424 self.changed()
/device/generic/goldfish/sensors/
H A Dsensors_qemu.c542 uint32_t changed = active ^ new_sensors; local
545 if (changed) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dstropmodule.c465 int changed; local
474 changed = 0;
478 changed = 1;
484 if (!changed) {
504 int changed; local
513 changed = 0;
517 changed = 1;
523 if (!changed) {
544 int changed; local
553 changed
723 int changed; local
951 int c, changed = 0; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dregrtest.py707 ENV_CHANGED test failed because it changed the execution environment
736 the saved items was changed by the test. The attribute 'changed'
739 If verbose is more than 1, the before and after state of changed
743 changed = False variable in class:saved_test_environment
832 self.changed = True
911 if environment.changed:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dstropmodule.c465 int changed; local
474 changed = 0;
478 changed = 1;
484 if (!changed) {
504 int changed; local
513 changed = 0;
517 changed = 1;
523 if (!changed) {
544 int changed; local
553 changed
721 int changed; local
949 int c, changed = 0; local
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmisc.c329 fprintf(stderr, "found expr '%s' at target %d in lclass[%d]; changed to %d\n",
343 fprintf(stderr, "found expr '%s' for id %s in lclass[%d]; changed to %d\n",
866 * while ( some set has changed ) do
885 int changed = 1; local
895 while ( changed )
897 changed = 0;
910 /*fprintf(stderr, "Fo(%s) has changed\n", RulePtr[c->croot]->rname);*/
911 changed = 1;
934 /* MR10 if ( i == 1 ) changed = 0; */ /* if only 1 cycle, no need to repeat */
H A Dmrhoist.c1362 void MR_apply_restriction1(Predicate *pred,set *plainSet,int *changed) argument
1364 void MR_apply_restriction1(pred,plainSet,changed)
1367 int *changed;
1371 MR_apply_restriction1(pred->right,plainSet,changed);
1373 MR_apply_restriction1(pred->down,plainSet,changed);
1378 if (*changed == 0 &&
1380 *changed=1;
1431 int changed; local
1602 changed=0;
1608 MR_apply_restriction1(predList[i],&union_plainSet,&changed);
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dlgc.c595 int changed; local
600 changed = 0;
605 changed = 1; /* will have to revisit all ephemeron tables */
608 } while (changed);
963 (as white has not changed, nothing extra will be collected) */
1005 /* registry and global metatables may be changed by API */
1201 (as white has not changed, nothing will be collected) */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dstringobject.c2202 register Py_ssize_t i, c, changed = 0; local
2276 changed = 1;
2278 if (changed || !PyString_CheckExact(input_obj))
2301 changed = 1;
2303 if (!changed && PyString_CheckExact(input_obj)) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dstringobject.c2183 register Py_ssize_t i, c, changed = 0; local
2257 changed = 1;
2259 if (changed || !PyString_CheckExact(input_obj))
2282 changed = 1;
2284 if (!changed && PyString_CheckExact(input_obj)) {

Completed in 370 milliseconds