Searched refs:first_choice (Results 1 - 4 of 4) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
H A D | ppdgenerator.c | 2800 int first_choice = 1, in ppdCreateFromIPP2() local 2824 if (first_choice) { in ppdCreateFromIPP2() 2825 first_choice = 0; in ppdCreateFromIPP2() 2847 if (first_choice) { in ppdCreateFromIPP2() 2848 first_choice = 0; in ppdCreateFromIPP2() 2867 if (first_choice) { in ppdCreateFromIPP2() 2868 first_choice = 0; in ppdCreateFromIPP2() 2883 if (first_choice) { in ppdCreateFromIPP2() 2884 first_choice = 0; in ppdCreateFromIPP2() 2903 if (first_choice) { in ppdCreateFromIPP2() [all...] |
/third_party/backends/backend/ |
H A D | hp-accessor.c | 424 HpChoice first_choice = 0; in hp_accessor_choice_setint() local 434 if (!first_choice) in hp_accessor_choice_setint() 435 first_choice = choice; /* First enabled choice */ in hp_accessor_choice_setint() 444 if (first_choice) in hp_accessor_choice_setint() 445 *(HpChoice *)hp_data_data(data, this->data_offset) = first_choice; in hp_accessor_choice_setint()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-nodes.h | 658 AlternativeGenerationList* alt_gens, int first_choice,
|
H A D | regexp-compiler.cc | 3227 int first_choice, Trace* trace, in EmitChoices() 3238 for (int i = first_choice; i < choice_count; i++) { in EmitChoices() 3288 if (i != first_choice) { in EmitChoices() 3225 EmitChoices(RegExpCompiler* compiler, AlternativeGenerationList* alt_gens, int first_choice, Trace* trace, PreloadState* preload) EmitChoices() argument
|
Completed in 18 milliseconds