| /src/external/bsd/openldap/lib/slapd/ |
| Makefile | 3 SUBDIR= back-ldif back-mdb back-monitor back-relay overlays
|
| /src/usr.bin/spell/spellprog/ |
| look.c | 58 look(u_char *string, u_char *front, u_char *back) 68 front = binary_search(string, front, back); 69 front = linear_search(string, front, back); 75 * Binary search for "string" in memory between "front" and "back". 85 * back points to the beginning of a line at or after the first 90 * back = EOF; 94 * p = first newline after halfway point from front to back. 97 * p is the new front. Otherwise it is the new back. 104 * In fact, it returns when the chosen "p" equals "back". This 106 * (back - front), which in turn implies that a linear search will [all...] |
| /src/usr.bin/look/ |
| look.c | 101 char *back, *front, *string, *p; local 152 back = front + len; 153 exit(look(string, front, back)); 157 look(char *string, char *front, char *back) 173 front = binary_search(string, front, back); 174 front = linear_search(string, front, back); 177 print_from(string, front, back); 183 * Binary search for "string" in memory between "front" and "back". 193 * back points to the beginning of a line at or after the first 198 * back = EOF [all...] |
| /src/sys/dev/pci/ixgbe/ |
| ixgbe_osdep.c | 46 return ((struct ixgbe_softc *)hw->back)->dev; 52 pci_chipset_tag_t pc = hw->back->osdep.pc; 53 pcitag_t tag = hw->back->osdep.tag; 70 pci_chipset_tag_t pc = hw->back->osdep.pc; 71 pcitag_t tag = hw->back->osdep.tag; 95 return bus_space_read_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag, 96 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle, reg); 102 bus_space_write_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag, 103 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle, 110 return bus_space_read_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| DebugLocStream.cpp | 16 if (Lists.back().EntryOffset == Entries.size()) { 23 Lists.back().Label = Asm.createTempSymbol("debug_loc"); 28 if (Entries.back().ByteOffset != DWARFBytes.size()) 32 Comments.erase(Comments.begin() + Entries.back().CommentOffset, 36 assert(Lists.back().EntryOffset <= Entries.size() &&
|
| /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| MsgPackDocument.cpp | 184 else if (Stack.back().Node.getKind() == Type::Array) { 186 auto &Array = Stack.back().Node.getArray(); 187 DestNode = &Array[Stack.back().Index++]; 189 auto &Map = Stack.back().Node.getMap(); 190 if (!Stack.back().MapEntry) { 192 Stack.back().MapKey = Node; 193 Stack.back().MapEntry = &Map[Node]; 197 DestNode = Stack.back().MapEntry; 198 Stack.back().MapEntry = nullptr; 199 ++Stack.back().Index [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Lex/ |
| PPConditionalDirectiveRecord.cpp | 53 if (SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(), 55 return CondDirectiveStack.back(); 70 SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(), 78 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); 85 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); 92 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); 100 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); 101 CondDirectiveStack.back() = Loc; 106 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); 107 CondDirectiveStack.back() = Loc [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| TargetExecutionUtils.cpp | 26 llvm::copy(*ProgramName, &ArgVStorage.back()[0]); 27 ArgVStorage.back()[ProgramName->size()] = '\0'; 28 ArgV.push_back(ArgVStorage.back().get()); 33 llvm::copy(Arg, &ArgVStorage.back()[0]); 34 ArgVStorage.back()[Arg.size()] = '\0'; 35 ArgV.push_back(ArgVStorage.back().get());
|
| /src/external/gpl3/gcc/dist/libgfortran/generated/ |
| 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) 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : 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) 156 return maxloc2_16_s1 (array, back, len);
|
| 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) 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : 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) 156 return maxloc2_16_s4 (array, back, len);
|
| 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) 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : 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) 156 return maxloc2_4_s1 (array, back, len);
|
| maxloc2_4_s4.c | 42 extern GFC_INTEGER_4 maxloc2_4_s4 (gfc_array_s4 * const restrict, GFC_LOGICAL_4 back, 47 maxloc2_4_s4 (gfc_array_s4 * const restrict array, GFC_LOGICAL_4 back, gfc_charlen_type len) 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : 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) 156 return maxloc2_4_s4 (array, back, len);
|
| 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) 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : 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) 156 return maxloc2_8_s1 (array, back, len);
|
| 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) 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : 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) 156 return maxloc2_8_s4 (array, back, len);
|
| 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, 68 if (minval == NULL || (back ? compare_fcn (src, minval, len) <= 0 : 80 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 86 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 137 if (*mbase && (back ? compare_fcn (src, maxval, len) <= 0 : 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) 158 return minloc2_16_s1 (array, back, len);
|
| minloc2_16_s4.c | 42 extern GFC_INTEGER_16 minloc2_16_s4 (gfc_array_s4 * const restrict, GFC_LOGICAL_4 back, 47 minloc2_16_s4 (gfc_array_s4 * const restrict array, GFC_LOGICAL_4 back, 68 if (minval == NULL || (back ? compare_fcn (src, minval, len) <= 0 : 80 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 86 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 137 if (*mbase && (back ? compare_fcn (src, maxval, len) <= 0 : 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) 158 return minloc2_16_s4 (array, back, len);
|
| 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, 68 if (minval == NULL || (back ? compare_fcn (src, minval, len) <= 0 : 80 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 86 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 137 if (*mbase && (back ? compare_fcn (src, maxval, len) <= 0 : 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) 158 return minloc2_4_s1 (array, back, len);
|
| 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, 68 if (minval == NULL || (back ? compare_fcn (src, minval, len) <= 0 : 80 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 86 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 137 if (*mbase && (back ? compare_fcn (src, maxval, len) <= 0 : 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) 158 return minloc2_4_s4 (array, back, len);
|
| 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, 68 if (minval == NULL || (back ? compare_fcn (src, minval, len) <= 0 : 80 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 86 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 137 if (*mbase && (back ? compare_fcn (src, maxval, len) <= 0 : 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) 158 return minloc2_8_s1 (array, back, len);
|
| minloc2_8_s4.c | 42 extern GFC_INTEGER_8 minloc2_8_s4 (gfc_array_s4 * const restrict, GFC_LOGICAL_4 back, 47 minloc2_8_s4 (gfc_array_s4 * const restrict array, GFC_LOGICAL_4 back, 68 if (minval == NULL || (back ? compare_fcn (src, minval, len) <= 0 : 80 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 86 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 137 if (*mbase && (back ? compare_fcn (src, maxval, len) <= 0 : 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) 158 return minloc2_8_s4 (array, back, len);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/generated/ |
| 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) 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : 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) 156 return maxloc2_16_s1 (array, back, len);
|
| 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) 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : 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) 156 return maxloc2_16_s4 (array, back, len);
|
| 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) 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : 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) 156 return maxloc2_4_s1 (array, back, len);
|
| maxloc2_4_s4.c | 42 extern GFC_INTEGER_4 maxloc2_4_s4 (gfc_array_s4 * const restrict, GFC_LOGICAL_4 back, 47 maxloc2_4_s4 (gfc_array_s4 * const restrict array, GFC_LOGICAL_4 back, gfc_charlen_type len) 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : 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) 156 return maxloc2_4_s4 (array, back, len);
|
| 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) 67 if (maxval == NULL || (back ? compare_fcn (src, maxval, len) >= 0 : 79 gfc_array_l1 *const restrict mask, GFC_LOGICAL_4 back, 85 gfc_array_l1 * const restrict mask, GFC_LOGICAL_4 back, 135 if (*mbase && (back ? compare_fcn (src, maxval, len) >= 0 : 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) 156 return maxloc2_8_s1 (array, back, len);
|