| /netbsd-src/usr.bin/look/ |
| H A D | look.c | 101 char *back, *front, *string, *p; in main() local 152 back = front + len; in main() 153 exit(look(string, front, back)); in main() 157 look(char *string, char *front, char *back) in look() argument 173 front = binary_search(string, front, back); in look() 174 front = linear_search(string, front, back); in look() 177 print_from(string, front, back); in look() 220 #define SKIP_PAST_NEWLINE(p, back) \ argument 221 while (p < back && *p++ != '\n') continue; 224 binary_search(char *string, char *front, char *back) in binary_search() argument [all …]
|
| /netbsd-src/usr.bin/spell/spellprog/ |
| H A D | look.c | 58 look(u_char *string, u_char *front, u_char *back) in look() argument 68 front = binary_search(string, front, back); in look() 69 front = linear_search(string, front, back); in look() 112 #define SKIP_PAST_NEWLINE(p, back) \ argument 113 while (p < back && *p++ != '\n') \ 117 binary_search(u_char *string, u_char *front, u_char *back) in binary_search() argument 121 p = front + (back - front) / 2; in binary_search() 122 SKIP_PAST_NEWLINE(p, back); in binary_search() 128 while (p < back && back > front) { in binary_search() 129 if (compare(string, p, back) > 0) in binary_search() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | ContinuationIndenter.cpp | 267 State.Stack.back().AvoidBinPacking = true; in getInitialState() 268 State.Stack.back().BreakBeforeParameter = true; in getInitialState() 269 State.Stack.back().AlignColons = false; in getInitialState() 281 if (!Current.CanBreakBefore && !(State.Stack.back().BreakBeforeClosingBrace && in canBreak() 300 if (Current.isMemberAccess() && State.Stack.back().ContainsUnwrappedBuilder) in canBreak() 320 State.Stack.back().NoLineBreakInOperand) in canBreak() 326 return !State.Stack.back().NoLineBreak; in canBreak() 339 if (State.Stack.back().BreakBeforeClosingBrace && in mustBreak() 352 if (State.Stack.back().IsCSharpGenericTypeConstraint && in mustBreak() 367 State.Stack.back().BreakBeforeParameter && !Current.isTrailingComment() && in mustBreak() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocument.cpp | 184 else if (Stack.back().Node.getKind() == Type::Array) { in readFromBlob() 186 auto &Array = Stack.back().Node.getArray(); in readFromBlob() 187 DestNode = &Array[Stack.back().Index++]; in readFromBlob() 189 auto &Map = Stack.back().Node.getMap(); in readFromBlob() 190 if (!Stack.back().MapEntry) { in readFromBlob() 192 Stack.back().MapKey = Node; in readFromBlob() 193 Stack.back().MapEntry = &Map[Node]; in readFromBlob() 197 DestNode = Stack.back().MapEntry; in readFromBlob() 198 Stack.back().MapEntry = nullptr; in readFromBlob() 199 ++Stack.back().Index; in readFromBlob() [all …]
|
| /netbsd-src/sys/dev/pci/ixgbe/ |
| H A D | ixgbe_osdep.c | 46 return ((struct ixgbe_softc *)hw->back)->dev; in ixgbe_dev_from_hw() 52 pci_chipset_tag_t pc = hw->back->osdep.pc; in ixgbe_read_pci_cfg() 53 pcitag_t tag = hw->back->osdep.tag; in ixgbe_read_pci_cfg() 70 pci_chipset_tag_t pc = hw->back->osdep.pc; in ixgbe_write_pci_cfg() 71 pcitag_t tag = hw->back->osdep.tag; in ixgbe_write_pci_cfg() 95 return bus_space_read_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag, in ixgbe_read_reg() 96 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle, reg); in ixgbe_read_reg() 102 bus_space_write_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag, in ixgbe_write_reg() 103 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle, in ixgbe_write_reg() 110 return bus_space_read_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag, in ixgbe_read_reg_array() [all …]
|
| /netbsd-src/lib/libcurses/ |
| H A D | color.c | 225 _cursesi_screen->colour_pairs[0].back = -1; in start_color() 231 _cursesi_screen->colour_pairs[i].back = COLOR_BLACK; in start_color() 238 _cursesi_screen->colour_pairs[PAIR_NUMBER(__default_color)].back = in start_color() 239 __default_pair.back; in start_color() 274 init_pair(short pair, short fore, short back) in init_pair() argument 278 __CTRACE(__CTRACE_COLOR, "init_pair: %d, %d, %d\n", pair, fore, back); in init_pair() 288 if (back >= COLORS) in init_pair() 307 switch (back) { in init_pair() 309 back = COLOR_BLUE; in init_pair() 312 back = COLOR_RED; in init_pair() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 60 ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment) { in ActOnGlobalModuleFragmentDecl() 65 ModuleScopes.back().BeginLoc = ModuleLoc; in ActOnGlobalModuleFragmentDecl() 77 ModuleScopes.back().BeginLoc = ModuleLoc; in ActOnGlobalModuleFragmentDecl() 78 ModuleScopes.back().Module = GlobalModule; in ActOnGlobalModuleFragmentDecl() 131 ModuleScopes.back().Module->isModulePurview()) { in ActOnModuleDecl() 133 Diag(VisibleModules.getImportLoc(ModuleScopes.back().Module), in ActOnModuleDecl() 141 ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment) in ActOnModuleDecl() 142 GlobalModuleFragment = ModuleScopes.back().Module; in ActOnModuleDecl() 151 : ModuleScopes.back().BeginLoc; in ActOnModuleDecl() 173 << SourceRange(Path.front().second, Path.back().second) in ActOnModuleDecl() [all …]
|
| /netbsd-src/usr.sbin/altq/libaltq/ |
| H A D | qop.c | 1038 struct fltrinfo *fp, *front, *back, *prev = NULL; in add_filter_rule() local 1044 back = fltrinfo; in add_filter_rule() 1048 back = fp; in add_filter_rule() 1051 relation = filt_check_relation(&front->fltr, &back->fltr); in add_filter_rule() 1059 if (front->dontwarn == 0 && back->dontwarn == 0) in add_filter_rule() 1063 back->clinfo->clname, back->line_no); in add_filter_rule() 1075 if (front->clinfo == back->clinfo) in add_filter_rule() 1077 if (front->dontwarn == 0 && back->dontwarn == 0) in add_filter_rule() 1081 back in add_filter_rule() 1101 filt_check_relation(struct flow_filter * front,struct flow_filter * back) filt_check_relation() argument 1124 filt_disjoint(struct flow_filter * front,struct flow_filter * back) filt_disjoint() argument 1238 filt_subset(struct flow_filter * front,struct flow_filter * back) filt_subset() argument [all...] |
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | PPConditionalDirectiveRecord.cpp | 53 if (SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(), in findConditionalDirectiveRegionLoc() 55 return CondDirectiveStack.back(); in findConditionalDirectiveRegionLoc() 70 SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(), in addCondDirectiveLoc() 78 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in If() 85 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Ifdef() 92 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Ifndef() 100 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Elif() 101 CondDirectiveStack.back() = Loc; in Elif() 106 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Else() 107 CondDirectiveStack.back() = Loc; in Else() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | SCCIterator.h | 160 while (VisitStack.back().NextChild != GT::child_end(VisitStack.back().Node)) { in DFSVisitChildren() 162 NodeRef childN = *VisitStack.back().NextChild++; in DFSVisitChildren() 172 if (VisitStack.back().MinVisited > childNum) in DFSVisitChildren() 173 VisitStack.back().MinVisited = childNum; in DFSVisitChildren() 183 NodeRef visitingN = VisitStack.back().Node; in GetNextSCC() 184 unsigned minVisitNum = VisitStack.back().MinVisited; in GetNextSCC() 185 assert(VisitStack.back().NextChild == GT::child_end(visitingN)); in GetNextSCC() 189 if (!VisitStack.empty() && VisitStack.back().MinVisited > minVisitNum) in GetNextSCC() 190 VisitStack.back().MinVisited = minVisitNum; in GetNextSCC() 206 CurrentSCC.push_back(SCCNodeStack.back()); in GetNextSCC() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | OSLog.cpp | 69 ArgsData.back().E = Args[ArgIndex]; in HandlePrintfSpecifier() 72 ArgsData.back().Kind = getKind(FS.getConversionSpecifier().getKind()); in HandlePrintfSpecifier() 73 if (ArgsData.back().Kind != OSLogBufferItem::ErrnoKind && in HandlePrintfSpecifier() 74 !ArgsData.back().E) { in HandlePrintfSpecifier() 88 ArgsData.back().Size = precision.getConstantAmount(); in HandlePrintfSpecifier() 91 ArgsData.back().Count = Args[precision.getArgIndex()]; in HandlePrintfSpecifier() 104 ArgsData.back().Size = precision.getConstantAmount(); in HandlePrintfSpecifier() 107 ArgsData.back().Count = Args[precision.getArgIndex()]; in HandlePrintfSpecifier() 116 ArgsData.back().Precision = Args[FS.getPrecision().getArgIndex()]; in HandlePrintfSpecifier() 121 ArgsData.back().FieldWidth = Args[FS.getFieldWidth().getArgIndex()]; in HandlePrintfSpecifier() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/ |
| H A D | icul.cgs | 10 or_spr_immed 0xc8000000,hsr0 ; caches enabled -- copy-back mode 31 calll @(gr10,gr0) ; should come right back 33 calll @(gr10,gr0) ; should come right back 35 calll @(gr10,gr0) ; should come right back 37 calll @(gr10,gr0) ; should come right back 43 calll @(gr10,gr0) ; should come right back 48 calll @(gr10,gr0) ; should come right back 51 calll @(gr10,gr0) ; should come right back
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/generated/ |
| H A D | minloc2_8_s1.c | 42 extern GFC_INTEGER_8 minloc2_8_s1 (gfc_array_s1 * const restrict, GFC_LOGICAL_4 back, 47 minloc2_8_s1 (gfc_array_s1 * const restrict array, GFC_LOGICAL_4 back, in minloc2_8_s1() argument 68 if (minval == NULL || (back ? compare_fcn (src, minval, len) <= 0 : in minloc2_8_s1() 80 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 86 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, in mminloc2_8_s1() argument 137 if (*mbase && (back ? compare_fcn (src, maxval, len) <= 0 : in mminloc2_8_s1() 150 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type); 155 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type len) in sminloc2_8_s1() argument 158 return minloc2_8_s1 (array, len, back); in sminloc2_8_s1()
|
| H A D | maxloc2_16_s1.c | 42 extern GFC_INTEGER_16 maxloc2_16_s1 (gfc_array_s1 * const restrict, GFC_LOGICAL_4 back, 47 maxloc2_16_s1 (gfc_array_s1 * const restrict array, GFC_LOGICAL_4 back, gfc_charlen_type len) in maxloc2_16_s1() argument 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : in maxloc2_16_s1() 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, in mmaxloc2_16_s1() argument 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : in mmaxloc2_16_s1() 148 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type); 153 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type len) in smaxloc2_16_s1() argument 156 return maxloc2_16_s1 (array, len, back); in smaxloc2_16_s1()
|
| H A D | findloc2_s1.c | 30 const GFC_UINTEGER_1 * restrict value, GFC_LOGICAL_4 back, 36 GFC_LOGICAL_4 back, in findloc2_s1() argument 49 if (back) in findloc2_s1() 74 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 81 GFC_LOGICAL_4 back, gfc_charlen_type len_array, in mfindloc2_s1() argument 111 if (back) in mfindloc2_s1() 138 GFC_LOGICAL_4 *const restrict mask, GFC_LOGICAL_4 back, 145 GFC_LOGICAL_4 back, gfc_charlen_type len_array, in sfindloc2_s1() argument 150 return findloc2_s1 (array, value, back, len_array, len_value); in sfindloc2_s1()
|
| H A D | minloc2_4_s4.c | 42 extern GFC_INTEGER_4 minloc2_4_s4 (gfc_array_s4 * const restrict, GFC_LOGICAL_4 back, 47 minloc2_4_s4 (gfc_array_s4 * const restrict array, GFC_LOGICAL_4 back, in minloc2_4_s4() argument 68 if (minval == NULL || (back ? compare_fcn (src, minval, len) <= 0 : in minloc2_4_s4() 80 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 86 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, in mminloc2_4_s4() argument 137 if (*mbase && (back ? compare_fcn (src, maxval, len) <= 0 : in mminloc2_4_s4() 150 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type); 155 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type len) in sminloc2_4_s4() argument 158 return minloc2_4_s4 (array, len, back); in sminloc2_4_s4()
|
| H A D | maxloc2_16_s4.c | 42 extern GFC_INTEGER_16 maxloc2_16_s4 (gfc_array_s4 * const restrict, GFC_LOGICAL_4 back, 47 maxloc2_16_s4 (gfc_array_s4 * const restrict array, GFC_LOGICAL_4 back, gfc_charlen_type len) in maxloc2_16_s4() argument 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : in maxloc2_16_s4() 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, in mmaxloc2_16_s4() argument 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : in mmaxloc2_16_s4() 148 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type); 153 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type len) in smaxloc2_16_s4() argument 156 return maxloc2_16_s4 (array, len, back); in smaxloc2_16_s4()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/generated/ |
| H A D | maxloc2_4_s1.c | 42 extern GFC_INTEGER_4 maxloc2_4_s1 (gfc_array_s1 * const restrict, GFC_LOGICAL_4 back, 47 maxloc2_4_s1 (gfc_array_s1 * const restrict array, GFC_LOGICAL_4 back, gfc_charlen_type len) in maxloc2_4_s1() argument 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : in maxloc2_4_s1() 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, in mmaxloc2_4_s1() argument 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : in mmaxloc2_4_s1() 148 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type); 153 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type len) in smaxloc2_4_s1() argument 156 return maxloc2_4_s1 (array, len, back); in smaxloc2_4_s1()
|
| H A D | minloc2_16_s1.c | 42 extern GFC_INTEGER_16 minloc2_16_s1 (gfc_array_s1 * const restrict, GFC_LOGICAL_4 back, 47 minloc2_16_s1 (gfc_array_s1 * const restrict array, GFC_LOGICAL_4 back, in minloc2_16_s1() argument 68 if (minval == NULL || (back ? compare_fcn (src, minval, len) <= 0 : in minloc2_16_s1() 80 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 86 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, in mminloc2_16_s1() argument 137 if (*mbase && (back ? compare_fcn (src, maxval, len) <= 0 : in mminloc2_16_s1() 150 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type); 155 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type len) in sminloc2_16_s1() argument 158 return minloc2_16_s1 (array, len, back); in sminloc2_16_s1()
|
| H A D | maxloc2_16_s4.c | 42 extern GFC_INTEGER_16 maxloc2_16_s4 (gfc_array_s4 * const restrict, GFC_LOGICAL_4 back, 47 maxloc2_16_s4 (gfc_array_s4 * const restrict array, GFC_LOGICAL_4 back, gfc_charlen_type len) in maxloc2_16_s4() argument 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : in maxloc2_16_s4() 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, in mmaxloc2_16_s4() argument 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : in mmaxloc2_16_s4() 148 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type); 153 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type len) in smaxloc2_16_s4() argument 156 return maxloc2_16_s4 (array, len, back); in smaxloc2_16_s4()
|
| H A D | minloc2_8_s1.c | 42 extern GFC_INTEGER_8 minloc2_8_s1 (gfc_array_s1 * const restrict, GFC_LOGICAL_4 back, 47 minloc2_8_s1 (gfc_array_s1 * const restrict array, GFC_LOGICAL_4 back, in minloc2_8_s1() argument 68 if (minval == NULL || (back ? compare_fcn (src, minval, len) <= 0 : in minloc2_8_s1() 80 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 86 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, in mminloc2_8_s1() argument 137 if (*mbase && (back ? compare_fcn (src, maxval, len) <= 0 : in mminloc2_8_s1() 150 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type); 155 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type len) in sminloc2_8_s1() argument 158 return minloc2_8_s1 (array, len, back); in sminloc2_8_s1()
|
| H A D | maxloc2_8_s4.c | 42 extern GFC_INTEGER_8 maxloc2_8_s4 (gfc_array_s4 * const restrict, GFC_LOGICAL_4 back, 47 maxloc2_8_s4 (gfc_array_s4 * const restrict array, GFC_LOGICAL_4 back, gfc_charlen_type len) in maxloc2_8_s4() argument 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : in maxloc2_8_s4() 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, in mmaxloc2_8_s4() argument 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : in mmaxloc2_8_s4() 148 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type); 153 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type len) in smaxloc2_8_s4() argument 156 return maxloc2_8_s4 (array, len, back); in smaxloc2_8_s4()
|
| H A D | minloc2_4_s1.c | 42 extern GFC_INTEGER_4 minloc2_4_s1 (gfc_array_s1 * const restrict, GFC_LOGICAL_4 back, 47 minloc2_4_s1 (gfc_array_s1 * const restrict array, GFC_LOGICAL_4 back, in minloc2_4_s1() argument 68 if (minval == NULL || (back ? compare_fcn (src, minval, len) <= 0 : in minloc2_4_s1() 80 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 86 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, in mminloc2_4_s1() argument 137 if (*mbase && (back ? compare_fcn (src, maxval, len) <= 0 : in mminloc2_4_s1() 150 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type); 155 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type len) in sminloc2_4_s1() argument 158 return minloc2_4_s1 (array, len, back); in sminloc2_4_s1()
|
| H A D | maxloc2_8_s1.c | 42 extern GFC_INTEGER_8 maxloc2_8_s1 (gfc_array_s1 * const restrict, GFC_LOGICAL_4 back, 47 maxloc2_8_s1 (gfc_array_s1 * const restrict array, GFC_LOGICAL_4 back, gfc_charlen_type len) in maxloc2_8_s1() argument 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : in maxloc2_8_s1() 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, in mmaxloc2_8_s1() argument 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : in mmaxloc2_8_s1() 148 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type); 153 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type len) in smaxloc2_8_s1() argument 156 return maxloc2_8_s1 (array, len, back); in smaxloc2_8_s1()
|
| H A D | minloc2_4_s4.c | 42 extern GFC_INTEGER_4 minloc2_4_s4 (gfc_array_s4 * const restrict, GFC_LOGICAL_4 back, 47 minloc2_4_s4 (gfc_array_s4 * const restrict array, GFC_LOGICAL_4 back, in minloc2_4_s4() argument 68 if (minval == NULL || (back ? compare_fcn (src, minval, len) <= 0 : in minloc2_4_s4() 80 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 86 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, in mminloc2_4_s4() argument 137 if (*mbase && (back ? compare_fcn (src, maxval, len) <= 0 : in mminloc2_4_s4() 150 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type); 155 GFC_LOGICAL_4 *mask, GFC_LOGICAL_4 back, gfc_charlen_type len) in sminloc2_4_s4() argument 158 return minloc2_4_s4 (array, len, back); in sminloc2_4_s4()
|