Home
last modified time | relevance | path

Searched refs:GN (Results 1 - 25 of 29) sorted by relevance

12

/third_party/openssl/test/
H A Dsrptest.c45 const SRP_gN *GN; in run_srp() local
47 if (!TEST_ptr(GN = SRP_get_default_gN("1024"))) in run_srp()
52 &s, &v, GN->N, GN->g))) in run_srp()
55 test_output_bignum("N", GN->N); in run_srp()
56 test_output_bignum("g", GN->g); in run_srp()
68 Bpub = SRP_Calc_B(b, GN->N, GN->g, v); in run_srp()
71 if (!TEST_true(SRP_Verify_B_mod_N(Bpub, GN->N))) in run_srp()
82 Apub = SRP_Calc_A(a, GN in run_srp()
150 const SRP_gN *GN; run_srp_kat() local
[all...]
/third_party/gn/src/gn/
H A Dinput_conversion.cc174 // Parses the JSON string and converts it to GN value.
269 Execute the block as GN code and return a scope with the resulting
279 Renders the value contents as a GN code block, reversing the input
291 a scope renders as a GN code block of its values. If the Value was:
319 input: Parse the input as a JSON and convert it to equivalent GN rvalue.
324 a string in JSON maps to string in GN
325 an integer in JSON maps to integer in GN
327 an object in JSON maps to scope in GN
328 an array in JSON maps to list in GN
329 a boolean in JSON maps to boolean in GN
[all...]
H A Dswitches.cc26 The value of the switch is interpreted in GN syntax. For typical usage of
44 " Normally GN will try to detect whether it is outputting to a terminal\n" \
63 Normally GN loads the ".gn" file from the source root for some basic
75 a declare_args() block), GN will normally print an error but not fail the
89 flag to force GN to fail in that case.
119 action targets and exec_script calls. By default GN searches the
140 Normally GN will look up in the directory tree from the current directory to
145 Specifying --root allows GN to do builds in a specific directory regardless
176 from project that uses GN without modifying any files.
196 final GN buil
[all...]
H A Dcommand_check.cc22 GN's header checker helps validate that the includes match the build
44 But GN's header checker does not understand preprocessor directives, won't
60 GN's include header checker validates that the includes for C-like source
101 - GN opens all C-like source files in the targets to be checked and scans
117 - GN does not run the preprocessor so will not understand conditional
H A Dcommand_gen.cc529 GN optionally generates files for IDE. Files won't be overwritten if their
635 GN DOES NOT generate Eclipse CDT projects. Instead, it generates a settings
637 a list of include paths and defines. Because GN does not generate a full
664 The --ninja-outputs-file=<FILE> option dumps a JSON file that maps GN labels
666 to convert between Ninja targets and GN ones before or after the build itself.
758 // with just enough for ninja to call GN and regenerate ninja files. This
H A Dvariables.cc23 assert(gn_version >= 1700, "need GN version 1700 for the frobulate feature")
28 "host_cpu: [string] The processor architecture that GN is running on.";
30 R"(host_cpu: The processor architecture that GN is running on.
38 builds). The value is not used internally by GN for any purpose.
48 "host_os: [string] The operating system that GN is running on.";
50 R"(host_os: [string] The operating system that GN is running on.
56 internally by GN for any purpose.
114 This value is not used internally by GN for any purpose, so it may be set to
115 whatever value is needed for the build. GN defaults this value to the empty
203 This value is not used internally by GN fo
[all...]
H A Dfunction_template.cc131 # Tell GN how to expand output names given the sources.
H A Dfunction_toolchain.cc49 once for each toolchain it is referenced in so the GN code can vary all
54 set_default_toolchain() (see "gn help set_default_toolchain") to tell GN the
59 help labels" for how to specify this), GN will start a build using that
60 secondary toolchain to resolve the target. GN will load the build config file
65 To load a file in an alternate toolchain, GN does the following:
341 GN doesn't do anything with this string other than pass it along,
354 GN doesn't actually do anything with this extension other than pass it
456 This array just declares to GN what files the tool will produce. It is
732 This is subtly different than {{target_out_dir}} which is defined by GN
H A Dninja_build_writer.cc266 // checking will re-run GN when any build input is newer than build.ninja, so in RunAndWriteFile()
472 GN generates Ninja "phony" rules for targets in the default toolchain. The
504 of the program, GN introspection commands accept explicit labels.
513 // GN internally generates an "all" target, so don't duplicate it.
H A Dsetup.cc57 If you specify --root, by default GN will look for the file .gn in that
105 be checked against this list and GN will fail if the current file isn't
125 When specified, GN will generate a compile_commands.json file in the root
144 Label of the root build target. The GN build will start by loading the
153 A list of label pattern strings. When not defined or empty, the GN build
165 By default, GN runs the scripts used in action targets and exec_script
198 GN will look for build files named "BUILD.$build_file_extension.gn".
200 there are two independent GN builds in the same directories.
1052 // Ensure GN does not complain about the .gn root_patterns value being
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp201 friend raw_ostream &operator<< (raw_ostream &OS, const GepNode &GN);
220 raw_ostream &operator<< (raw_ostream &OS, const GepNode &GN) { in operator <<() argument
223 if (GN.Flags & GepNode::Root) { in operator <<()
227 if (GN.Flags & GepNode::Internal) { in operator <<()
233 if (GN.Flags & GepNode::Used) { in operator <<()
238 if (GN.Flags & GepNode::InBounds) { in operator <<()
244 if (GN.Flags & GepNode::Root) in operator <<()
245 OS << "BaseVal:" << GN.BaseVal->getName() << '(' << GN.BaseVal << ')'; in operator <<()
247 OS << "Parent:" << GN in operator <<()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h96 GlobalNumberState* GN) in FunctionComparator()
97 : FnL(F1), FnR(F2), GlobalNumbers(GN) {} in FunctionComparator()
95 FunctionComparator(const Function *F1, const Function *F2, GlobalNumberState* GN) FunctionComparator() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.c2809 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, in fils_prepare_plainbuf()
2812 gtk = gsm->GTK[gsm->GN - 1]; in fils_prepare_plainbuf()
2825 hdr[0] = gsm->GN & 0x03; in fils_prepare_plainbuf()
3430 GTK[GN], IGTK, [BIGTK], [FTIE], [TIE * 2]) in SM_STATE()
3433 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, rsc); in SM_STATE()
3484 gtk = gsm->GTK[gsm->GN - 1]; in SM_STATE()
3496 gtkidx = gsm->GN; in SM_STATE()
3906 /* Send EAPOL(1, 1, 1, !Pair, G, RSC, GNonce, MIC(PTK), GTK[GN]) */ in SM_STATE()
3909 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, rsc); in SM_STATE()
3913 gtk = gsm->GTK[gsm->GN in SM_STATE()
[all...]
H A Dwpa_auth_i.h182 int GN, GM; member
H A Dwpa_auth_ft.c2198 os_memcpy(keybuf, gsm->GTK[gsm->GN - 1], key_len); in wpa_ft_gtk_subelem()
2221 key = gsm->GTK[gsm->GN - 1]; in wpa_ft_gtk_subelem()
2236 WPA_PUT_LE16(&subelem[2], gsm->GN & 0x03); in wpa_ft_gtk_subelem()
2238 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, subelem + 5); in wpa_ft_gtk_subelem()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth.c2685 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, in fils_prepare_plainbuf()
2688 gtk = gsm->GTK[gsm->GN - 1]; in fils_prepare_plainbuf()
2702 hdr[0] = gsm->GN & 0x03; in fils_prepare_plainbuf()
3175 GTK[GN], IGTK, [FTIE], [TIE * 2]) in SM_STATE()
3178 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, rsc); in SM_STATE()
3196 gtk = gsm->GTK[gsm->GN - 1]; in SM_STATE()
3208 keyidx = gsm->GN; in SM_STATE()
3569 /* Send EAPOL(1, 1, 1, !Pair, G, RSC, GNonce, MIC(PTK), GTK[GN]) */ in SM_STATE()
3572 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, rsc); in SM_STATE()
3576 gtk = gsm->GTK[gsm->GN in SM_STATE()
[all...]
H A Dwpa_auth_i.h177 int GN, GM; member
/third_party/node/deps/openssl/openssl/ssl/
H A Dtls_srp.c231 SRP_gN *GN = SRP_get_default_gN(grp); in SSL_set_srp_server_param_pw() local
232 if (GN == NULL) in SSL_set_srp_server_param_pw()
234 s->srp_ctx.N = BN_dup(GN->N); in SSL_set_srp_server_param_pw()
235 s->srp_ctx.g = BN_dup(GN->g); in SSL_set_srp_server_param_pw()
/third_party/openssl/ssl/
H A Dtls_srp.c231 SRP_gN *GN = SRP_get_default_gN(grp); in SSL_set_srp_server_param_pw() local
232 if (GN == NULL) in SSL_set_srp_server_param_pw()
234 s->srp_ctx.N = BN_dup(GN->N); in SSL_set_srp_server_param_pw()
235 s->srp_ctx.g = BN_dup(GN->g); in SSL_set_srp_server_param_pw()
/third_party/gn/misc/vim/ftdetect/
H A Dgnfiletype.vim7 " to override them for loading GN files, which should be UTF-8.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp725 const GlobalAddressSDNode *GN = cast<GlobalAddressSDNode>(Op); in LowerGlobalAddress() local
726 const GlobalValue *GV = GN->getGlobal(); in LowerGlobalAddress()
727 SDLoc dl(GN); in LowerGlobalAddress()
728 int64_t Offset = GN->getOffset(); in LowerGlobalAddress()
/third_party/gn/misc/vim/syntax/
H A Dgn.vim5 " gn.vim: Vim syntax file for GN.
/third_party/ffmpeg/libavcodec/
H A Dg2meet.c507 int GN, GW, GNW, R, G, B; in epic_decode_pixel_pred() local
514 GN = (N >> G_shift) & 0xFF; in epic_decode_pixel_pred()
518 G = epic_decode_component_pred(dc, GN, GW, GNW); in epic_decode_pixel_pred()
521 ((N >> R_shift) & 0xFF) - GN, in epic_decode_pixel_pred()
526 ((N >> B_shift) & 0xFF) - GN, in epic_decode_pixel_pred()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp214 FunctionNodeCmp(GlobalNumberState* GN) : GlobalNumbers(GN) {} in FunctionNodeCmp() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp281 const GlobalAddressSDNode *GN = cast<GlobalAddressSDNode>(Op); in LowerGlobalAddress() local
282 const GlobalValue *GV = GN->getGlobal(); in LowerGlobalAddress()
283 SDLoc DL(GN); in LowerGlobalAddress()
284 int64_t Offset = GN->getOffset(); in LowerGlobalAddress()

Completed in 38 milliseconds

12